- https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config
- https://medium.com/@albertcito/different-layouts-with-react-router-1311a21a2df5
- https://tylermcginnis.com/build-your-own-react-router-v4/
- https://medium.com/@albertcito/different-layouts-with-react-router-1311a21a2df5
- https://tylermcginnis.com/react-router-protected-routes-authentication/
Routes.Nested Routes
-
https://reacttraining.com/react-router/core/guides/philosophy/nested-routes
-
https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config
add tests to our router components and to our separated ui components too
- https://reacttraining.com/react-router/core/guides/testing Routes. testing
Routes. Auth
- https://reacttraining.com/react-router/web/example/auth-workflow
- https://medium.com/@albertcito/different-layouts-with-react-router-1311a21a2df5
- https://www.google.com.ua/search?q=how+to+check+auth+routes+react&oq=how+to+check+auth+routes+react&aqs=chrome..69i57.17879j0j1&sourceid=chrome&ie=UTF-8
Routes. display data related to user?
Routes. Favorites
routes with usernames
-
https://medium.com/@albertcito/different-layouts-with-react-router-1311a21a2df5
-
https://reacttraining.com/react-router/web/example/url-params
-
https://medium.freecodecamp.org/hitchhikers-guide-to-react-router-v4-a957c6a5aa18
-
https://github.com/GetStream/Winds/blob/master/app/src/AuthedRoute.js
-
https://github.com/GetStream/Winds/blob/master/app/src/UnauthedRoute.js
-
https://github.com/albertcito/templates-react/blob/master/src/template/index.js
-
https://reacttraining.com/react-router/web/example/auth-workflow