react-tracked icon indicating copy to clipboard operation
react-tracked copied to clipboard

State usage tracking with Proxies. Optimize re-renders for useState/useReducer, React Redux, Zustand and others.

Results 33 react-tracked issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

TypeScript is not letting me pass the props over to the `useState` like in your example. It doesn't like `propState` as well as `useState` when passing them over to the...

Hello! I did not find a guide on what is the best way to test components that use providers from the react-tracked library. I could find a good way to...

Looks like this is such a solid library, and the creators of `react-tracked` are very well known. It just scares me that there's only 7K weekly downloads on NPM. Why...

In some scenarios, context.Consumer in React needs to be used. Currently, the plug-in is not exposed to the outside world. What is the reason? When using konva and konva-react, due...

i create a new app and reimplement all the provider code like my old app that run in 0.72.3 but it throwing this error ![simulator_screenshot_E2DAAE0E-41FF-49F3-AC1B-231FA518E169](https://github.com/dai-shi/react-tracked/assets/9475029/2ebdb675-adcb-4d5f-8e39-d58790513595) here is my code create...

When React Forget lands, will react-tracked continue to be useful?

Hello, I've been using React-tracked with no issue for a while. When upgrading to expo sdk49 which means using react 18.2.0, react-native 0.72.4 and running a basic example, React tracked...

help wanted

https://codesandbox.io/s/clever-cerf-588tt9 Every time I click the button to update state in Age component, the Name component `console.count` to Console.