react中遇到的事

Posted 申小贺

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react中遇到的事相关的知识,希望对你有一定的参考价值。

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中遇到的事的主要内容,如果未能解决你的问题,请参考以下文章

[转] React 最佳实践——那些 React 没告诉你但很重要的事

javascript 用于在节点#nodejs #javascript内设置react app的代码片段

React 片段中的文本

Reactjs-你必须要知道的事

已解决在react+ts中 atnd 用 upload 组件报错Failed to execute ‘readAsArrayBuffer,param 1 is notof type Blob(代码片段

已解决在react+ts中 atnd 用 upload 组件报错Failed to execute ‘readAsArrayBuffer,param 1 is notof type Blob(代码片段