[–] rymohr 11y ago ↗ Anyone have a solution to coupling a react component's style without resorting to webpack and funky hacks? [–] rymohr 11y ago ↗ Here are some solutions being suggested:- http://reactcss.com/- http://projects.formidablelabs.com/radium/ [–] brbcoding 11y ago ↗ To add, radium has this nice comparison readme too: https://github.com/FormidableLabs/radium/blob/master/docs/co... [–] rymohr 11y ago ↗ Thanks, I hadn't seen many of those before. This one is actually pretty close: https://github.com/RickWong/react-inline-cssreact-styl (https://github.com/nick/react-styl) looks interesting too, but it looks like any preprocessing needs to be done on the client. I'd be worried about performance with that approach on a production app.
[–] rymohr 11y ago ↗ Here are some solutions being suggested:- http://reactcss.com/- http://projects.formidablelabs.com/radium/ [–] brbcoding 11y ago ↗ To add, radium has this nice comparison readme too: https://github.com/FormidableLabs/radium/blob/master/docs/co... [–] rymohr 11y ago ↗ Thanks, I hadn't seen many of those before. This one is actually pretty close: https://github.com/RickWong/react-inline-cssreact-styl (https://github.com/nick/react-styl) looks interesting too, but it looks like any preprocessing needs to be done on the client. I'd be worried about performance with that approach on a production app.
[–] brbcoding 11y ago ↗ To add, radium has this nice comparison readme too: https://github.com/FormidableLabs/radium/blob/master/docs/co... [–] rymohr 11y ago ↗ Thanks, I hadn't seen many of those before. This one is actually pretty close: https://github.com/RickWong/react-inline-cssreact-styl (https://github.com/nick/react-styl) looks interesting too, but it looks like any preprocessing needs to be done on the client. I'd be worried about performance with that approach on a production app.
[–] rymohr 11y ago ↗ Thanks, I hadn't seen many of those before. This one is actually pretty close: https://github.com/RickWong/react-inline-cssreact-styl (https://github.com/nick/react-styl) looks interesting too, but it looks like any preprocessing needs to be done on the client. I'd be worried about performance with that approach on a production app.
4 comments
[ 2.4 ms ] story [ 23.0 ms ] thread- http://reactcss.com/
- http://projects.formidablelabs.com/radium/
react-styl (https://github.com/nick/react-styl) looks interesting too, but it looks like any preprocessing needs to be done on the client. I'd be worried about performance with that approach on a production app.