Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-server-cli wishlist #421

Open
doug-wade opened this issue Jul 22, 2016 · 5 comments
Open

react-server-cli wishlist #421

doug-wade opened this issue Jul 22, 2016 · 5 comments

Comments

@doug-wade
Copy link
Collaborator

Pulled from the react-server-cli README

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

  • Default to https, with http as a special case. If no cert & key specified, make a self-signed cert/key combo.
  • Ability to output a completely static site, if the user wants to forgo server-side rendering.
  • Ability to forgo server rendering in development mode.
  • A programmatic API.
  • Automatic compilation of SASS.
  • Ability to opt out of Babel compilation.
  • Inclusion of CSS Modules
  • Help with proxying API endpoints.
@axelson
Copy link

axelson commented Aug 15, 2016

Support for SASS was added in #543

I'm really looking forward to CSS Modules

@patrick-mcdougle
Copy link

hot reloading in dev would be really swell.

@breezewish
Copy link

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
Copy link
Collaborator Author

@breeswish you can already add custom webpack loaders

@breezewish
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants