I’ve seen many advanced React users make a claim against the preprocessor that state that styled components are the next big thing for styling your sheets.
Just like Sass they’re also functional using actual javascript built in your component allowing you to “keep it all in one” file with the help of JSX. That might be true, but one big problem with that is the amount of CSS that’s needed for bigger projects. They shouldn’t be viewed, mentally, as something that can just fit into a JS file. I’ve had other articles and mentors inform me that there are a…