complete-intro-to-react-v7
complete-intro-to-react-v7 copied to clipboard
The Complete Intro to React v7 and Intermediate React v4 as taught on Frontend Masters
Rename changeBreed.js file instead of changeLocation.js
A few small copy edits to the `useEffect` page
Some of the URLs on this page aren't up to date. While users are currently redirected to the correct location, this change updates the URLs in question, removing the need...
Please make image content available through HTTPS (pets-images.dev-apis.com). Text content can be accessed by both http and https, whereas images cannot. When deploying the app to gh-pages for example, you...
The [lesson](https://btholt.github.io/complete-intro-to-react-v7/lessons/js-tools/prettier#:~:text=From%20there%2C%20run%20prettier%20script.js.) says "From there, run prettier script.js." but we haven't created a script.js yet. Is it meant to say "From there, run prettier src/App.js"? I tried that and it...
corrected the referenced filename from `script.js` to `App.js`.