redfin / react-server

:rocket: Blazing fast page load and seamless navigation.
https://react-server.io/
Apache License 2.0
3.89k stars 184 forks source link

react-server-cli wishlist #421

Open doug-wade opened 8 years ago

doug-wade commented 8 years ago

Pulled from the react-server-cli README

Here are a few of the things on the unordered wishlist to add to react-server-cli:

axelson commented 8 years ago

Support for SASS was added in #543

I'm really looking forward to CSS Modules

patrick-mcdougle commented 8 years ago

hot reloading in dev would be really swell.

breezewish commented 7 years ago

Are there any plans to make SASS optional? There could be a lot of things to compile besides SASS, e.g. Stylus, TypeScript, etc. It may be better to implement a plug-in system to include and install SASS as needed.

doug-wade commented 7 years ago

@breeswish you can already add custom webpack loaders

breezewish commented 7 years ago

Yeah I know. I'm suggesting a plugin system so that undesired components won't be included.