We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6072371 commit 15e6aefCopy full SHA for 15e6aef
react-router/milestone/README.md
@@ -5,7 +5,7 @@
5
- You have to create a new page called the `NotFound`
6
- The component should be available at the route `/notfound`
7
- When any invalid route is accessed in the application eg., `/temp` it should redirect back to `/notfound` page.
8
-- The `/notfound` route should have a 404 message and a button to redirect back to the Homepage.
+- The `/notfound` route should have a 404 message and a button with an id `backToHomeButton` to redirect back to the Homepage.
9
- The always available component like Header, should not be visible on the `/notfound` route.
10
11
Additionally, make sure to format your code using `Prettier` and use `ESLint` to enforce code standards.
0 commit comments