前面已经已经讲过一次路由 稍微有些复杂 考虑到有些同学刚接触到 我准备了一个简单的demo 就当自己也顺便复习一下 data.js const data = [ { name: 'Tacos', description: 'A taco (/ˈtækoʊ/ or /ˈtɑːkoʊ/) is a traditional Mexican dish composed of a corn or wheat tortilla folded or rolled around a fillin…
import React from 'react'; import DataList from './data' import Tr from './Tr' // import One from '../One' import User from '../User' import Two from '../Two' import NotFound from '../NotFound'; import {Redirect,NavLink,Route,Switch} from 'react-rout…