5 ms·
If you're interested in CSS in JS you should check out css-modules [1] and its Webpack [2] or Browserify implementation [3]. You get scoped, modular, composabl
by fuzionmonkey 11y ago
If you're interested in CSS in JS you should check out css-modules [1] and its Webpack [2] or Browserify implementation [3].
You get scoped, modular, composable, requirable CSS without the burden of doing styles in JS.
[1] https://github.com/css-modules/css-modules https://github.com/css-modules/css-modules
[2] https://github.com/webpack/css-loader https://github.com/webpack/css-loader
[3] https://github.com/css-modules/css-modulesify https://github.com/css-modules/css-modulesify
- SeeThruHead 11y agoThis is miles better than everything on that list for things that don't need much dynamic style computation.