@montagejs/pangu
v0.1.9
Published
react pangu for react router
Downloads
4
Readme
@montagejs/pangu
PanGu
(盘古),有开天辟地之意。
Design brain map
Milestone
- [x] Lazy Load Route
- [x] Auto SetUp Page Title
- [x] AOP Plugin
- [x] Inner Plugin With forRoutes
- [x] HOC
- [x] Hooks
- [x] useRouter
- [x] useQuery
- [x] Preload Route Source
- [x] Plugin BASE IOC
- [x] Provider
- [x]
useProvider
consume
- [x]
- [x] Plugin
- [x]
pangu-plugin-route-preload
- [x]
- [ ] Keep-Alive Router
- [ ] PanGuFC
- [x] DefinePlugin
- [x] Auto insert uniq key
- [x] DefineRouterConfig
Install
$ npm i @montagejs/pangu
Usage
import PanGu from "@montagejs/pangu";
const app = new PanGu({
routes: [],
mode: 'history'
})
app.start();