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 5d42516 commit b1cf986Copy full SHA for b1cf986
react/advanced-hooks/05-optimistic-ui/lecture/NOTES.md
@@ -2,7 +2,7 @@
2
3
Start with a basic form submission that asynchronously updates likes:
4
5
-1. Add own own implementation of `optimisticLikes` with `useState`. Notice how
+1. Add our own implementation of `optimisticLikes` with `useState`. Notice how
6
`likes` becomes useless / unused. Set set it but nothing uses it. Also re-factor
7
to use transitions. See commented solution in App.tsx
8
0 commit comments