Skip to content

Releases: theKashey/react-memoize

v0.3.1

19 Apr 10:39
ea4bc48
Compare
Choose a tag to compare

Features

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

Bug fixes

  • now works with immer.

React Memoize and ContextMemoize

22 Mar 23:43
Compare
Choose a tag to compare

Features

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