Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 455 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 455 Bytes

Setting up fake userAuthContext using the context API

You can test the concept by Viewing Live

Instructions

Setup react-router, implement Nested routes, 404 page, and Error boundary. Set up fake userAuthContext using the context API to always carry out a fake authentication, bonus - extract out a custom hook to get the currently logged-in user. Implement SEO and Navigation menu that will show on each page.