Browser extension manager UI

Solution retrospective
Nothing particularly
What challenges did you encounter, and how did you overcome them?-
I initially didn’t know how to implement a toggle switch using HTML and CSS, so I used shadcn/ui instead. The next challenge was syncing the switch with an Active/Inactive state. To solve this, I asked a friend for guidance. I still need to practice implementing it independently without relying on their code
-
Ensuring that data is accessible across components was another challenge. As I’m still new to React, I first tried prop drilling, but it didn’t meet my needs. While watching tutorials, I discovered the
useContexthook, which I then used to manage both shared data and dark mode -
I also implemented a ‘Not Found’ page. Feel free to try it out and share your feedback.
Any advice on React is welcome! :)
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Jean-claude’s solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord