complete-intro-to-react-v8
complete-intro-to-react-v8 copied to clipboard
The Complete Intro to React, as taught by Brian Holt on Frontend Masters
On the page [Hooks](https://react-v8.holt.courses/lessons/core-react-concepts/hooks), the code snippets are using the "update" convention rather than the "set" convention.
After installing vite and running the vite server, I try to run my code, but get an error message: Uncaught ReferenceError: React is not defined at App.jsx:19:13 I've attached my...
the documentation was using setBreed, but still using updateLocation and updateAnimal to make this consistent with the v8 of the course it should be using "set" instead of "update" I...
I am unable to host my app in my local server as vite version 3.1.4 has vulnerabilities in server hosting. Here is a link to the issue https://github.com/advisories/GHSA-353f-5xf4-qw67. The link...
I added Dark theme option using next-themes. works well with: - No flash on load - Sync theme across tabs and windows
In B-Hooks.md there is a paragraph: `Now navigate to [http://localhost:5173/](https://react-v8.holt.courses/lessons/core-react-concepts/hooks) and see that your have one input box that says "Seattle, WA". Try and type in it. You'll see that...
Hi Brain! I love the React course! :) One question in part Error Boundaries. When I try the `ErrorBoundary` as you suggested like this: ``` root.render( ); ``` then it...
updating for breed dropdown code
replacing update with set for hooks best practice / align with workshop
Hi, the page logo for your welcome section seems to be broken as well as the one titled "Brian teaching" - checked in Chrome and FF: ![Screenshot 2024-09-09 at 2...