react-fundamentals
react-fundamentals copied to clipboard
Material for my React Fundamentals Workshop
Repro: Create a clean folder. Clone this repo's main branch Run Setup Run Test Expectation: tests run Actual Result:  Workaround: manually install jest-watch-typeahead 0.6.4 (or whichever latest version is...
Good morning! While trying to install and setup everything for the Epic React course, I've encountered some problems with the NodeJS version. While I have installed the latest node version...
Here's what's going to be different in the next version of the react-fundamentals workshop (you can find all these changes in the `next` branch until the videos are re-recorded): -...
Hi I have just tried running the setup script and I get the following error. ``` D:\EpicReact\react-fundamentals>node setup ▶️ Starting workshop setup... 🚨 npx is not available on this computer....
As I follow the course, my code doesn’t show any output in the opener browser from “npm start”. Any advice?  
How I fix this issue ?When I enter npm start this error occure.
When cloning (or forking and cloning) the repository, the emojis are not showing in the files. An example from README.md: ``` ### Helpful Emoji 🐨 💰 💯 📝 🦉 📜...
I think it's a typo, which were made in a rush 🙂
https://github.com/epicweb-dev/react-fundamentals/blob/44fe088588cc5287386e6ae015359cadba3bcc28/exercises/06.styling/03.problem.size-prop/index.tsx#L3-L11 In the problem there's a hint that says to union this with an object but it looks like you're using an intersection in the solution. https://github.com/epicweb-dev/react-fundamentals/blob/44fe088588cc5287386e6ae015359cadba3bcc28/exercises/06.styling/03.solution.size-prop/index.tsx#L6-L8 Would it make...
I cloned react-fundamentals and tried to ran the setup command. While runing setup command it gave permission error, then I ran it with sudo, and it finished setting up. Now...