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.
1 parent fee66b2 commit b417dcdCopy full SHA for b417dcd
README.md
@@ -64,8 +64,8 @@ The plugin will have more information to act upon when you:
64
65
Determines when an effect is likely unnecessary, such as when it:
66
67
-- Only uses internal state or props
68
-- Derives or chains state updates
+- Stores derived state
+- Chains state updates
69
- Initializes state
70
- Resets all state when props change
71
- Couples parent and child state or behavior
0 commit comments