DEV Community

Discussion on: Recoil - Facebook's own State Management Library

Collapse
 
shubhamk profile image
Shubham Kamath

I am unaware of effector, I'll try it too.

JS is huge huge huge. 👀

Collapse
 
zarabotaet profile image
Dima

Effector - fast and powerful state manager

• statically typed
• multi-store
• less boilerplate by design
• computed values
• no need for memoization
• side-effect management
• framework agnostic
• observable interoperability
• relatively small size

codeburst.io/effector-state-manage...

Thread Thread
 
shubhamk profile image
Shubham Kamath

Thanks 😌