react-abstract-state
A clean and simple approach to handling component level states.
A clean and simple approach to handling component level states.
通过useAppState、usePageState、useComponentState在整个应用、页面、组件中类似useState的用法,在跨父子组件使用相同的状态 / Let's use app state by function useAppState like useState in whole application, also provides usePageState and useComponentState function
Easily manage the state of your React components via URL query parameters