advanced-react-apis
advanced-react-apis copied to clipboard
Learn Advanced React Hooks workshop
Here's what's going to be different in the next version of the advanced-react-hooks workshop (you can find all these changes in the `next` branch until the videos are re-recorded): -...
Hi @kentcdodds I just noticed this today that react team removed the warning on setState on unmounted components - https://github.com/facebook/react/pull/22114 > Warning: Can't perform a React state update on an...
`02.md` file has a reference to https://whatthefork.is/closure regarding the closure, but the website is either down or no more available. Maybe add a different resource?
I noticed that when you click the pokemon names in rapid succession, it will load their info into view one by one as the requests resolve, which isn't great UX....
I came across the following warning when I opened `src/excercise/06.js` in my editor.  After a bit of googling, I found the following guideline on MDN. > This method exists...
I've had to use docker for all my modules thus far since node setup fails (I had an earlier ticket and it was mentioned as a bug within npm even...