React Memoize Versions Save

🧠 React memoization library we all deserve

0.3.1

6 years ago

Features

  • MemoizedFlow, to memoize complex "flow" operation.
  • MemoizedRender, to memoize function as child component as a whole.

Bug fixes

  • now works with immer.

0.1.2

6 years ago

Features

  • ReactMemoize (as default export), to memoize any React operation.
  • ContextMemoize (named export), to memoize selection from React16 context.