文件名称:react-thrux-router:用于React的跨浏览器路由器
文件大小:470KB
文件格式:ZIP
更新时间:2024-06-06 01:54:30
react thrux thrux-router JavaScript
React Thrux路由器 使用状态管理器进行React的跨浏览器路由器。 TODO Docs,现在仅是一个示例: App.js import React , { Component } from "react" ; import Router from "thrux-router" ; import Home from "./Home" ; import First from "./First" ; import Second from "./Second" ; const routes = [ { path : '/' , component : Home } , { path : '/first' , component : First } , { path : '/second' , component : Second } ] ; class App exte
【文件预览】:
react-thrux-router-master
----.eslintrc(154B)
----yarn.lock(151KB)
----src()
--------styles.js(223B)
--------Modal.jsx(630B)
--------index.jsx(2KB)
--------actions.js(2KB)
----.babelrc(63B)
----.npmignore(37B)
----CONTRIBUTING.md(772B)
----.travis.yml(322B)
----webpack.config.babel.js(837B)
----LICENCE(1KB)
----README.md(2KB)
----dist()
--------react-thrux-router.min.js(388KB)
--------react-thrux-router.js.map(464KB)
--------react-thrux-router.umd.js.map(335KB)
--------react-thrux-router.js(376KB)
--------react-thrux-router.umd.js(267KB)
--------react-thrux-router.umd.min.js(275KB)
----.gitignore(2KB)
----package.json(2KB)