文件名称:building一个用于构建React MobX应用程序的框架-React开发
文件大小:57KB
文件格式:ZIP
更新时间:2024-06-16 09:19:23
React Miscellaneous
用于构建React MobX应用程序的框架。 快速入门,从“ cans”导入{注入}从“ cans / router”导入{BrowserRouter,Route} const app = cans()//模型app.model({名称空间:'counter',sta用于构建React的框架MobX应用程序快速入门导入罐,从'cans'{注入}从'cans / router'导入{BrowserRouter,Route} const app = cans()//模型app.model({名称空间:'计数器',状态:{ count:0},操作:{incr(){this.count + = 1},decr(){this.count-= 1}},计算结果:{content(){返回`Count:$ {this.count} `}}})//查看const Counter = inject(({{models}))=> {return(
【文件预览】:
cans-master
----.gitignore(42B)
----.babelrc(104B)
----mobx.js(32B)
----package.json(1KB)
----src()
--------cans.ts(3KB)
--------utils.ts(402B)
----tsconfig.json(384B)
----examples()
--------Counter()
--------webpack.config.js(401B)
--------index.js(664B)
--------index.html(156B)
----README.md(2KB)
----circle.yml(236B)
----docs()
--------api()
--------.nojekyll(0B)
--------_sidebar.md(413B)
--------README.md(2KB)
--------_coverpage.md(189B)
--------introduction()
--------concepts()
--------index.html(844B)
--------advanced()
--------CNAME(12B)
----test()
--------observer.test.js(4KB)
--------plugin.test.js(2KB)
--------cans.test.js(2KB)
--------.setup.js(553B)
----yarn.lock(136KB)
----router.js(45B)