We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d7d96b + 0a5af59 commit 909a492Copy full SHA for 909a492
README.md
@@ -71,7 +71,7 @@ Memoize get `compute` function, add passes all the other props to it, streaming
71
If `pure` prop is set ReactMemoize wil behave as PureComponent, and not update children when could not.
72
73
## Flow
74
-`getDerivedStateFromProps` gives you ability to from a new state from props, while `componentDidUpdate` enables you to react
+`getDerivedStateFromProps` gives you ability to derive a new state from props, while `componentDidUpdate` enables you to react
75
to the state changes.
76
77
__MemoizedFlow__ is `getDerivedStateFromState`. Following example react to the state changes, allowing
0 commit comments