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

Mastering React sample application

Results 6 mastering-react issues
Sort by recently updated
recently updated
newest added

Hi, I'm starting your video course and I encounter an error when I run the build command: > [email protected] build /Users/luca/code/react/mastering-react > browserify src/main.js -t babelify --outfile public/bundle.js > >...

I've been working on the tutorial and have worked through some of the issues. like install babel-preset and babel-preset-react. I'm at the beginning of the testing and can't get the...

Two simple changes will allow this lesson to run: 1. The `public` directory is missing. You must make the directory. Leave it empty. 2. Edit `package.json`, changing line #31 to...

Okay, so I got this error when I finished the 7.1 video: Error: Cannot find module 'react-router/lib/location' So I copied a few lines from the official documentation, but not all...

I made this pull request because of a transpiling error after installing react-router: Error: Cannot find module 'react-router/lib/BrowserHistory' I found a solution in a comment of one of their issues....

I encountered this error while watching video 3.2: Error: cannot find module 'react/lib/ExecutionEnvironment' So, since I barely know what I am doing, I copied a solution from one of the...