Design comparison
SolutionDesign
Solution retrospective
This is my first React App. Any suggestions are Welcome
Community feedback
- @nathanmanning99Posted over 2 years ago
If your using BEM use meaning full names header__h1 should be header__title for example. CSS should be in SRC not in public dir. Consider SCSS and nesting CSS for readability and reusability
0@Srijan945Posted over 2 years ago@nathanmanning99 Thanks for the feedback ,I'll look into it. Also what do you think about writing a single css file vs writing for each component
0@nathanmanning99Posted over 2 years ago@Srijan945 Write modular CSS using SCSS. Follow a SCSS architecture like this https://matthewelsom.com/blog/simple-scss-playbook.html
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