From 8cdcfe35548bc9d6fa1d7d5f059e2cfde295bcc8 Mon Sep 17 00:00:00 2001 From: Dan Abramov <dan.abramov@gmail.com> Date: Thu, 21 Jul 2016 20:24:45 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 973726012..0922c3f02 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,12 @@ All of them are transient dependencies of the provided npm package. Some features are currently **not supported**: -* Server rendering -* Testing -* Some experimental syntax extensions (e.g. decorators) -* CSS Modules -* LESS or Sass -* Hot reloading of components +* Server rendering. +* Testing. +* Some experimental syntax extensions (e.g. decorators). +* CSS Modules. +* LESS or Sass. +* 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. @@ -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) * [budÅ](https://github.com/mattdesl/budo) * [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. -- GitLab