From 8c5d51c01ab8e21f59255b2f6eb0b0b1e0764443 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 6 May 2020 13:30:09 +0200 Subject: [PATCH] chore(readme): add feature text --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 470d20d8..79fcd168 100644 --- a/README.md +++ b/README.md @@ -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 don’t 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 ```