react-router-tutorial icon indicating copy to clipboard operation
react-router-tutorial copied to clipboard

Results 72 react-router-tutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

With this '.' in place, the NPM start command will not work. Once removed, NPM start worksfine. I believe the '.' was erroneously placed here.

Without the `.babelrc` file, I am unable to successfully compile with `npm start`. Now it works. Hopefully this help others like me trying to learn react-router!

When I cloned repo, and run lesson 14 with "npm start", I got cannot get / message at browser. But npm run start:prod is working. To fix this I copied...

[Here](https://github.com/reactjs/react-router-tutorial/tree/master/lessons/05-active-links#nav-link-wrappers) is says: "We will use a spread operator here, the three dots. It clones our props and in this use case it clones `activeClassName` to our desired component for...

I understand that the topic of language (babel, jsx, plain js) is out of the scope, but at least make a reference to what is being used.

**npm install** went successfully **npm start** crushed with errors ![lesson12](https://cloud.githubusercontent.com/assets/13398931/17952337/3650965a-6a72-11e6-9e60-fb414fe0df2e.png)

In step 8, the following is said about IndexRoute: > Notice how the IndexRoute has no path. It becomes this.props.children of the parent when no other child of the parent...

Lesson 11 currently has been causing some issues, when all steps are completed it works, however following the tutorial step-by-step and testing the production version of the code does not...

Got tired and annoyed of the bad html and thought it was worth my time to fix all of the index.htmls.