文件名称:create-react-app-typescript-mobx:在create-react-app-typescript的内容中将redux更改为mobx
文件大小:132KB
文件格式:ZIP
更新时间:2024-05-31 11:03:35
sass typescript mobx create-react-app hmr
我们之前研究过的 typescript中用mobx替换redux的内容。 目录 开发环境 操作系统:窗口 配置管理:git 部署自动化: 编辑器: 服务器语言:java 决定不进行SSR。 图书馆选择 选择React 。 我选择的最重要的原因是,我有在其他项目中使用React和React Native创建许多Web和移动应用程序的经验,并且我选择再次使用RN,尽管尚未在RN中开发移动应用程序时得到证实。未来。 在16.3.x生命周期方法。 ( v16.3中的参考React组件生命周期方法,带有示例) 不要使用componentWillMount, componentWillReceiveProps, componentWillUpdate !! 国家管理选择 还考虑了Context API和MobX ,但该项目选择了Redux。 传统的学习经历是选择的最大原因。 以前,
【文件预览】:
create-react-app-typescript-mobx-master
----images.d.ts(116B)
----.gitignore(285B)
----tsconfig.prod.json(34B)
----tsconfig.json(765B)
----README.md(6KB)
----tsconfig.test.json(87B)
----public()
--------manifest.json(317B)
--------index.html(2KB)
--------favicon.ico(4KB)
----.vscode()
--------settings.json(122B)
----package.json(4KB)
----tslint.json(631B)
----src()
--------registerServiceWorker.ts(4KB)
--------components()
--------containers()
--------index.tsx(397B)
--------utils()
--------App.test.tsx(258B)
--------App.tsx(404B)
--------api()
--------router()
--------styles()
--------logo.svg(3KB)
--------stores()
----scripts()
--------build.js(5KB)
--------start.js(3KB)
--------test.js(811B)
----config()
--------polyfills.js(856B)
--------webpack.config.dev.js(12KB)
--------jest()
--------env.js(3KB)
--------webpack.config.prod.js(16KB)
--------paths.js(2KB)
--------webpackDevServer.config.js(5KB)
----yarn.lock(275KB)
----README.SetupProcess.md(10KB)