complete-intro-to-react-v5
complete-intro-to-react-v5 copied to clipboard
The Complete Intro to React, the fifth version
In your frontendmasters SSR chapter, last video (00:03:58) you encounter a bug. You get a `index.html` version of the `/details:id` page, but with no styling. That's because when you refreshed...
Greetings, Replace was replacing only the first occurrence, but it was meant to replace all, as per the example explained in the v5 course. It's a really common mistake; we...
Hi 👋 Thank you for the course, it's great! This PR renames the updater functions of hooks using the setState convention. I was reading the notes and saw that the...
The script `"dev:mock": "cross-env PET_MOCK=mock npm run dev"`, sometimes does not make the app run in mock mode. This is because Parcel builds the app from existing .cache and .dist...
Hello, I have a little confusion with what is explained in the Effect section about the propagation of data. Brian says that propagation happens when `setBreed("")` is called. I understand...
Hello Brian First of all thanks for the awesome tutorials, big fan. While running the repo and going through tutorial, I found two issues for which I am creating this...
Small typo fix on the word "directory"
Change branch link from [gh-pages-src](https://github.com/btholt/complete-intro-to-react-v5/tree/gh-pages-src) to [gh-pages](https://github.com/btholt/complete-intro-to-react-v5/tree/gh-pages). `gh-pages-src` is a (stale?) branch mainly referring to `Gatsby`. The course website is actually on the `gh-pages` branch.