react-router-tutorial
react-router-tutorial copied to clipboard
Hi there... I am still new with routing in react. Just wanna ask. am i doing this right? So I have some features that each one has their own CRUD...
https://github.com/reactjs/react-router-tutorial/tree/master/lessons/09-index-links I fail to understand this. IndexLink doesn't exist and adding the active prop doesn't seem to be doing anyhting. How does it work in v4?
Mention to remove `` from `App.js` to make the `` to take over. Otherwise `` keeps overriding it.
`const { resolve } = require('path') const webpack = require('webpack') const { getIfUtils, removeEmpty } = require('webpack-config-utils') const HtmlWebpackPlugin = require('html-webpack-plugin') const ExtractTextPlugin = require("extract-text-webpack-plugin"); const extractSass = new ExtractTextPlugin({...
npm run start:dev is not working due to the absence of the file `/public/index.html`
When i run http://localhost:8080/ get Cannot GET /
Since the **4.0.0** version, the documentation and especially the [Tutorial](https://github.com/reactjs/react-router-tutorial) does't work for the the new version. We should at least put in bold a notice for 2.x.x and 3.x.x...