Skip to content

iamleson98/two-way-binding-state

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

make communication between react components easier

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published