react-ridge-state icon indicating copy to clipboard operation
react-ridge-state copied to clipboard

Simple 💪 fast ⚡️ and small :balloon: (400 bytes) global state management for React (Native)

Results 6 react-ridge-state issues
Sort by recently updated
recently updated
newest added

when a react component unmounted it should not try to update state with useState hook that will cause memory leak.

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

i try to use it in web browser, but return exports is not defined error;

As per this ticket: https://github.com/web-ridge/react-ridge-state/issues/18 I've tested this solution and it seems to fix the problem with the re-renders.

Given the following example my understanding is that `Component` should only re-render when `value` changes. But it seems that because `useSelector` internally uses `use` which uses `useState` you are essentially...