Design comparison
SolutionDesign
Solution retrospective
hello coders :) if anyone can give some review or share your thoughts about my codes it would be very great helpful for me to improve my codes. I tried my best on it. happy coding :)
Community feedback
- @fazzaamiarsoPosted almost 2 years ago
Hi Shajed! Great work!
I have a quick tip for you. You can improve your conditionals in
components/nav
like this.const isActive = pathname === url return ( <NavList key={id} active={isActive}> <span>0{index}</span> <Link to={url}>{text}</Link> </NavList> );
I hope it helps! Cheers!
Marked as helpful0
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