🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)
🐷 Cli tool for creating react apps, configurable version of create-react-app.
🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
Update README.md
release: 4.0.0-canary.20220523.1
example: update
fix(renderer-react): matched route id might be undefined
chore: update pnpm-lock.yaml
冲突了,merge 下 master。
fix(preview): fallback order should after static resources (#791)
修复 umi preview
访问不到页面的问题,应该先过静态资源中间件再 fallback 。
pnpm-lock.yaml 冲突,merge 下 master。
feat(renderer-vue): vue router support extra params (#799)
Co-authored-by: xierenhong xierenhong@kuaishou.com
之前实现时缺省了 其它参数, 补齐下
主要用于路由配置meta 之类的需要, 可以通过 useRoute
获取 或者一些别的操作 更多详见 https://router.vuejs.org/guide/advanced/meta.html
routes: [
{
path: '/',
component: 'index',
meta: {
hello: 2
},
props: {
xx: 2
}
}
]
feat(preset-umi): router layout support the vue suffix (#802)
Co-authored-by: xierenhong xierenhong@kuaishou.com
example: add with-vue-pinia (#800)
example: add with-pinia
chore: with-pinia renamed with-vue-pinia
chore: add pnpm-lock.yarml
Co-authored-by: xierenhong xierenhong@kuaishou.com
docs: 日常文档更新 (#795)
docs: 📝 layout-menu update
docs: 📝 新增 access 文档
docs: 📝 jsminifier default remove comments
docs: 📝 path docs update ref: https://reactrouter.com/docs/en/v6/upgrading/v5#note-on-route-path-patterns
chore: ✏️ typo
Co-authored-by: pshu pishu.spf@antfin.com
docs: 📝 debug 技巧 (#787)
Co-authored-by: pshu pishu.spf@antfin.com
release: 4.0.0-rc.19
fix(renderer-react): browser undefined