Skip to content

Commit 8cdcfe3

Browse files
authored
Update README.md
1 parent 6435d5b commit 8cdcfe3

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ All of them are transient dependencies of the provided npm package.
9595

9696
Some features are currently **not supported**:
9797

98-
* Server rendering
99-
* Testing
100-
* Some experimental syntax extensions (e.g. decorators)
101-
* CSS Modules
102-
* LESS or Sass
103-
* Hot reloading of components
98+
* Server rendering.
99+
* Testing.
100+
* Some experimental syntax extensions (e.g. decorators).
101+
* CSS Modules.
102+
* LESS or Sass.
103+
* Hot reloading of components.
104104

105105
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.
106106

@@ -136,3 +136,6 @@ If you don’t agree with the choices made in this project, you might want to ex
136136
* [rackt-cli](https://github.com/mzabriskie/rackt-cli)
137137
* [budō](https://github.com/mattdesl/budo)
138138
* [rwb](https://github.com/petehunt/rwb)
139+
140+
You can also use module bundlers like [webpack](http://webpack.github.io) and [Browserify](http://browserify.org/) directly.
141+
React documentation includes [a walkthrough](https://facebook.github.io/react/docs/package-management.html) on this topic.

0 commit comments

Comments
 (0)