advanced-react-apis icon indicating copy to clipboard operation
advanced-react-apis copied to clipboard

Learn Advanced React Hooks workshop

Results 7 advanced-react-apis issues
Sort by recently updated
recently updated
newest added

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...

enhancement

`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....

enhancement

I came across the following warning when I opened `src/excercise/06.js` in my editor. ![image](https://user-images.githubusercontent.com/5466341/98619996-5e917680-22d2-11eb-9b9d-7b37b88eb582.png) 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...