react-sprout:悬念就绪的React路由器

时间:2024-05-28 14:47:59
【文件属性】:

文件名称:react-sprout:悬念就绪的React路由器

文件大小:74KB

文件格式:ZIP

更新时间:2024-05-28 14:47:59

JavaScript

:seedling: React发芽 悬念就绪的React路由器 安装 npm install react-sprout 基本用法 默认导出是一个函数,该函数创建要在React应用程序中使用的Router组件。 import React from 'react' ; import Routes from 'react-sprout' ; import ReactDom from 'react-dom' ; const Router = Routes ( < ParentComponent xss=removed> < ChildComponent xss=removed> < / ParentComponent > , ) ; ReactDom . render ( < Router> , document . body ) ; 路线元素 路由器呈现给它的元素的


【文件预览】:
react-sprout-master
----.prettierignore(9B)
----.gitignore(45B)
----README.md(18KB)
----rollup.config.js(781B)
----tests()
--------redirect-index-path.js(668B)
--------unmatch-empty-param.js(616B)
--------match-param.js(627B)
--------render-child-component.js(964B)
--------match-no-path-to-root.js(528B)
--------match-subroute.js(843B)
--------match-simple-path.js(535B)
--------match-simple-path-with-leading-slash.js(510B)
--------match-parent-splat.js(890B)
--------match-root.js(508B)
--------match-second-subroute.js(843B)
--------render-children-prop.js(709B)
--------redirect-splat-params.js(1KB)
--------match-no-path-to-simple-path.js(529B)
--------unmatch-subroute.js(829B)
--------match-nested-params.jsx(688B)
--------match-search.js(546B)
----source()
--------components()
--------utils()
--------contexts()
--------index.jsx(8KB)
--------index.js(728B)
--------hooks()
----.eslintrc(529B)
----package.json(1KB)
----prettier.config.js(176B)
----.npmignore(32B)
----package-lock.json(219KB)

网友评论