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

🧠 React memoization library we all deserve

Results 21 react-memoize issues
Sort by recently updated
recently updated
newest added

Use componentDidUpdate instead of getDerivedStateFromProps to run side-effects? Currently, one could use selector/flow-step with side-effect, and have to _defer_ any state change he could execute inside, leading to 2 problems....