top | item 33788534

(no title)

idlehand | 3 years 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.

discuss

order

No comments yet.