文件名称:通用redux模板:干净,可扩展的react +带有通用同构渲染,测试等功能的redux样板
文件大小:119KB
文件格式:ZIP
更新时间:2024-02-26 10:49:03
react redux boilerplate isomorphic starter-kit
通用Redux模板 根据使用Redux + React-router + Express进行通用/同构渲染的样板 哲学 引导React应用程序开发环境不是一件容易的事,要设置的库太多,包括webpack,babel,测试用的东西等等。 我希望这个样板可以立即使用,并具有必要的工具和最简单的逻辑,这些逻辑可以用来构建通用渲染React + Redux应用程序。 这就是为什么此应用程序中没有花哨的东西的原因,因为它是杀手级应用程序的基础,而不是展示应用程序。 如何使用此模板? 克隆此应用程序并将其命名为您想要的名称: $ git clone https://github.com/mz026/un
【文件预览】:
universal-redux-template-master
----.travis.yml(73B)
----.eslintrc(254B)
----bin()
--------generate(152B)
--------test(512B)
--------action.template.js(173B)
--------test-prebuild(2KB)
--------component.template.js(278B)
--------_generate.js(3KB)
--------reducer-test.template.js(391B)
--------reducer.template.js(258B)
--------container.template.js(402B)
--------action-test.template.js(419B)
--------container-test.template.js(453B)
--------component-test.template.js(389B)
----.babelrc(116B)
----editor_configs()
--------vimrc(602B)
----package.json(3KB)
----gulpfile.js(1KB)
----Procfile(85B)
----app()
--------reducers()
--------server()
--------config()
--------test()
--------assets()
--------routes()
--------middleware()
--------containers()
--------components()
--------styles()
--------app.js(713B)
--------actions()
--------store()
----.env(56B)
----.gitignore(62B)
----webpack.config.js(2KB)
----History.md(433B)
----README.md(8KB)
----yarn.lock(194KB)
----.eslintignore(24B)