Hacker News new | ask | show | jobs
by NoNonsense118 2227 days ago
Are you using any CSS frameworks?
1 comments

No, only CSS modules (https://github.com/css-modules/css-modules). It is already included as a feature in CRA https://create-react-app.dev/docs/adding-a-css-modules-style...

I like it because I don't need to worry about naming conflicts so I can speed up development a bit.