roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.
http://roylee0704.github.io/react-flexbox-grid/
2.93k stars 206 forks source link

Document how to use react-flexbox-grid on the server #134

Closed danny-andrews closed 7 years ago

danny-andrews commented 7 years ago

This ticket is mainly a TODO for myself to update the docs on the various ways to use react-flexbox-grid on the server.

  1. If you are using webpack, try css-loader/locals
  2. If you are not using webpack, try css-modules-require-hook (working example here)
  3. If you don't want to deal with CSS-modules at all, use the pre-built build (dist/react-flexbox-grid.(js|css))
danny-andrews commented 7 years ago

Closing in favor of: https://github.com/roylee0704/react-flexbox-grid/issues/28.