You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue related to how ReactRouter/HashRouter works in Single-Page Apps.
HashRouter should not be used in Production... as it causes a pretty bad SEO (URLs have the empty fragment /#/, which might prevent the google crawlers to access other pages different from the home page).
The recommended solution is actually using an isomorphic (also called 'universal') rendering with React. That means having a common configuration for the Router in both Backend and Frontend; which is possible because this project uses JS on both sides.
https://validator.w3.org/checklink?uri=https%3A%2F%2Fcooking-with-amateurs.herokuapp.com%2F%23%2Flist&hide_type=all&depth=&check=Check
Some of the links to this resource point to broken URI fragments (such as index.html#fragment).
Broken fragments:
https://cooking-with-amateurs.herokuapp.com/#/list (line 9)
The text was updated successfully, but these errors were encountered: