项目作者: leminhson2398

项目描述 :
make communication between react components easier
高级语言: TypeScript
项目地址: git://github.com/leminhson2398/two-way-binding-state.git
创建时间: 2020-06-22T21:47:12Z
项目社区:https://github.com/leminhson2398/two-way-binding-state

开源协议:

下载


two-way-binding-state key benefit

1: make communication between react components easier
2: create seperate state store for your component you want (not like redux, all state in one place)
3: state recalsulation run asynchronously, or can be delayed after a duration
4: React itself is one-way binding store, with this you can make two-way binding store

check out sr/examples for more detailed usage
Thank you!