chore(readme): add feature text

This commit is contained in:
Moritz
2020-05-06 13:30:09 +02:00
committed by GitHub
parent 835e327c94
commit 8c5d51c01a
+2
View File
@@ -31,6 +31,8 @@ React Flow is a library for building node-based graphs. You can easily implement
* **Plugin system:** [Mini map and graph controls](#plugins)
* **Reliable**: Written in [Typescript](https://www.typescriptlang.org/) and tested with [cypress](https://www.cypress.io/)
In order to make this library as flexible as possible we dont do any state updates besides the positions. This means that you need to pass all functions that change the displayed nodes and edges by yourself. You can implement your own ones or use the helper functions that come with the library.
## Installation
```