码迷,mamicode.com
首页 > 其他好文 > 详细

react中遇到的事

时间:2018-05-19 16:54:08      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:没有   ons   不能   跳转   avl   col   from   outer   end   

1.路由跳转问题:

        。 可以使用标签跳转,如Link .NavLink等。

        。 如果组件是在Route中的组件,那么该组件的this.props.history.push()可以设置路由,如果组件不在Route中,那么this.props中没有history对象。

        。使用 history模块

import { createHashHistory } from history
const history = createHashHistory()
ReactDOM.render(<Router history={history} routes={routes}></Router>, ...)

2.组件上不能加clssName,加clssName无效。

react中遇到的事

标签:没有   ons   不能   跳转   avl   col   from   outer   end   

原文地址:https://www.cnblogs.com/BlingSun/p/9060444.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!