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 0b411ed commit 906a44fCopy full SHA for 906a44f
README.md
@@ -40,6 +40,9 @@ const MyComponent: React.FC = () => {
40
// returns ref with the mounted boolean state
41
const mounted = useIsMounted()
42
43
+ // Method for the component rerendering
44
+ const forceUpdate = useForceUpdate()
45
+
46
// Called before mount
47
useWillMount(() => {
48
// ...
0 commit comments