Jotai, primitive and flexible state management for React

2021-08-15

00:57:59

分享者: zeki

Jotai takes a bottom-up approach to React state management with an atomic model inspired by Recoil. One can build state by combining atoms and renders are optimized based on atom dependency. This solves the extra re-render issue of React context and avoids requiring the memoization technique.

回复(0)
阅读(7)
还没有评论,赶紧评论下,抢个沙发?
请先登录