Design comparison
SolutionDesign
Solution retrospective
Please provide feedback on how I can better clean up the code. And some feedback on the react side of things as I'm somewhat new to web-development.
Community feedback
- @bashirogluPosted about 4 years ago
Hi @PedroLealLopes, as a comment for your react code, you can use destructuring in your components to have cleaner code. for example
const Card = (props) => { const Card = ({isMain }) => {
good luck
1@PedroLealLopesPosted about 4 years ago@bashiroglu Of course! Thank you for your feedback that passed by me!
0
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