Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- Displays the number of unread notifications
- Ability to mark all notifications as read
- Clicking on individual notifications marks them as read
- Notification items show different background colors based on read/unread status
The challenge of this project is state management, need to manage the state of multiple notifications, especially when marking them as read. Solution: Use the useState hook and immutable update patterns to manage state.
Community feedback
Please log in to post a comment
Log in with GitHubJoin 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