Mobile First Responsive React Redux Website

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 :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @fazzaamiarso
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 helpful
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