Commit 300cdc7d authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Add clear Limitations section

parent 7438cc19
No related merge requests found
Showing with 13 additions and 0 deletions
+13 -0
...@@ -91,6 +91,19 @@ Currently it is a thin layer on top of many amazing community projects, such as: ...@@ -91,6 +91,19 @@ Currently it is a thin layer on top of many amazing community projects, such as:
All of them are transient dependencies of the provided npm package. All of them are transient dependencies of the provided npm package.
## Limitations
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
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.
## Contributing ## Contributing
Clone the repo and run `npm install` in the root and the `global-cli` folder. Clone the repo and run `npm install` in the root and the `global-cli` folder.
......
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