Hacker News new | ask | show | jobs
by idlehand 1291 days ago
Something I like about some newer web frameworks like Next.js is that stylesheets are component-scope by default.

This means that any stylesheet I use is inevitably going to affect, at most, one React component. And so I can call every actual container simply .container without worrying about conflicts or namespacing.