Skip to content

Commit 300cdc7

Browse files
authored
Add clear Limitations section
1 parent 7438cc1 commit 300cdc7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,19 @@ Currently it is a thin layer on top of many amazing community projects, such as:
9191

9292
All of them are transient dependencies of the provided npm package.
9393

94+
## Limitations
95+
96+
Some features are currently **not supported**:
97+
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
104+
105+
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.
106+
94107
## Contributing
95108

96109
Clone the repo and run `npm install` in the root and the `global-cli` folder.

0 commit comments

Comments
 (0)