Merge pull request #746 from fantasticsoul/master

Added concent library
This commit is contained in:
Gökay Gürcan 2020-11-05 09:39:04 +01:00 committed by GitHub
commit cbc6847568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,6 +407,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Most.js](https://github.com/cujojs/most) - high performance FRP library.
* [MobX](https://github.com/mobxjs/mobx) - TFRP library for simple, scalable state management.
* [Cycle.js](https://cycle.js.org) - A functional and reactive JavaScript library for cleaner code.
* [concent](https://github.com/concentjs/concent) - Definitely the ❤️ simplest but ⚡️ strongest state management for react, it is predictable、progressive and efficient.
## Data Structure
*Data structure libraries to build a more sophisticated application.*