mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-14 22:39:57 +08:00
Add clear Limitations section
This commit is contained in:
13
README.md
13
README.md
@@ -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.
|
||||
|
||||
## 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
|
||||
|
||||
Clone the repo and run `npm install` in the root and the `global-cli` folder.
|
||||
|
||||
Reference in New Issue
Block a user