react-tracked
react-tracked copied to clipboard
State usage tracking with Proxies. Optimize re-renders for useState/useReducer, React Redux, Zustand and others.
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...
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...
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  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...
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.