Job Board with React

Solution retrospective
For this challenge I used basic CSS with React (stored CSS files for each component in the same folder as the component). I have previously used LESS, but understand the LESS is not supported by default with Create-React-App.
Am wondering what others approach to integrating CSS with React is? Is it worth transitioning from LESS to SASS?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Hey Michael, first of all, nice work on this challenge! You could use any styling approach you like with React, it would be up to your preferences. I used to use Sass but now I use Styled Components. But it's really a personal choice for you.
If you're used to LESS the switch to Sass won't be hard.
One thing you could do is use these challenges to test out different approaches to find which one you like the best 🙂
I hope that helps a bit. Let me know if you have any questions.
Keep up the great work! 👍
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