Commit 8cdcfe35 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Update README.md

parent 6435d5bd
No related merge requests found
Showing with 9 additions and 6 deletions
+9 -6
...@@ -95,12 +95,12 @@ All of them are transient dependencies of the provided npm package. ...@@ -95,12 +95,12 @@ All of them are transient dependencies of the provided npm package.
Some features are currently **not supported**: Some features are currently **not supported**:
* Server rendering * Server rendering.
* Testing * Testing.
* Some experimental syntax extensions (e.g. decorators) * Some experimental syntax extensions (e.g. decorators).
* CSS Modules * CSS Modules.
* LESS or Sass * LESS or Sass.
* Hot reloading of components * Hot reloading of components.
Some of them might get added in the future if they are stable, are useful to majority of React apps, don’t conflict with existing tools, and don’t introduce additional configuration. Some of them might get added in the future if they are stable, are useful to majority of React apps, don’t conflict with existing tools, and don’t introduce additional configuration.
...@@ -136,3 +136,6 @@ If you don’t agree with the choices made in this project, you might want to ex ...@@ -136,3 +136,6 @@ If you don’t agree with the choices made in this project, you might want to ex
* [rackt-cli](https://github.com/mzabriskie/rackt-cli) * [rackt-cli](https://github.com/mzabriskie/rackt-cli)
* [budō](https://github.com/mattdesl/budo) * [budō](https://github.com/mattdesl/budo)
* [rwb](https://github.com/petehunt/rwb) * [rwb](https://github.com/petehunt/rwb)
You can also use module bundlers like [webpack](http://webpack.github.io) and [Browserify](http://browserify.org/) directly.
React documentation includes [a walkthrough](https://facebook.github.io/react/docs/package-management.html) on this topic.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment