import React from 'react'
import { render } from 'react-dom'
import { Router, Route, IndexRoute, Link, IndexLink, browserHistory } from 'react-router'
import withExampleBasename from '../withExampleBasename'
const ACTIVE = { color: 'red' }
//*************** React 中可以直接这么写? ********************
const App = ({ children }) => (
APP!
- /
/ IndexLink
- /users
/users IndexLink
- /users/ryan
- /users/ryan?foo=bar
- /about
{children}
)
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
这不就是ES6里面的箭头函数嘛?