react-fundamentals icon indicating copy to clipboard operation
react-fundamentals copied to clipboard

Material for my React Fundamentals Workshop

Results 10 react-fundamentals issues
Sort by recently updated
recently updated
newest added

Repro: Create a clean folder. Clone this repo's main branch Run Setup Run Test Expectation: tests run Actual Result: ![image](https://user-images.githubusercontent.com/8146917/177057660-3150e63d-f1a3-4b82-93de-04d35fe52069.png) 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? ![EBCE42C6-6169-4F08-BF2E-A119EA284430](https://user-images.githubusercontent.com/102828602/185769208-14f39c4f-2dab-461d-abe7-c05e4eba4667.jpeg) ![BE305F97-1F97-4CF0-B582-BC9ABA9678F1](https://user-images.githubusercontent.com/102828602/185769210-441686b3-1794-4f7d-bea9-79c3a5981dd5.jpeg)

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