React + Redux 最佳实践 学习之 路由

前端之家收集整理的这篇文章主要介绍了React + Redux 最佳实践 学习之 路由前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

React + Redux 最佳实践 参考:https://github.com/sorrycc/blog/issues/1




一、URL > Data

需求

routing

选择

react-router+react-router-redux: 前者是业界标准,后者可以同步 route 信息到 state,这样你可以在 view 根据 route 信息调整展现,以及通过 action 来修改 route 。

可选

学习资源:

1、react-router:

https://github.com/ReactTraining/react-router

https://reacttraining.com/react-router/

中文https://react-guide.github.io/react-router-cn/


2、react-router-redux:

https://www.npmjs.com/package/react-router-redux

中文http://www.8dou5che.com/2017/01/22/react-router-redux/

原文链接:https://www.f2er.com/react/303918.html

猜你在找的React相关文章