文件名称:react-redux-typescript-example:演示使用React,Redux v4和TypeScript时的常见模式
文件大小:244KB
文件格式:ZIP
更新时间:2024-02-26 12:11:40
react redux typescript starter-kit Redux
react-redux-typescript-example 演示使用React,Redux v4和TypeScript时的常见模式。 部署示例:( 欢迎使用Redux 4 + TypeScript 3.3示例! 该示例站点向您展示了理想的项目结构,推荐的库以及使用TypeScript编写类型安全的React + Redux应用程序的设计模式。 该项目旨在作为的补充。 为了演示它,我创建了一个网站,该网站从提取数据,并显示诸如职业队,英雄以及按英雄顶尖球员之类的信息。 这还将演示如何在启用Redux的应用程序中为每个功能/模块构建商店。 该项目是通过。 入门 建议使用带有Node.j
【文件预览】:
react-redux-typescript-example-master
----.gitignore(348B)
----tsconfig.json(459B)
----README.md(1KB)
----public()
--------manifest.json(494B)
--------robots.txt(57B)
--------logo192.png(5KB)
--------logo512.png(9KB)
--------index.html(2KB)
--------favicon.ico(4KB)
----.prettierrc(108B)
----.vscode()
--------extensions.json(107B)
--------settings.json(675B)
----.eslintrc(1KB)
----now.json(914B)
----package.json(2KB)
----src()
--------components()
--------containers()
--------index.tsx(857B)
--------utils()
--------main.tsx(1KB)
--------serviceWorker.ts(5KB)
--------react-app-env.d.ts(161B)
--------main.test.tsx(329B)
--------pages()
--------configureStore.ts(1KB)
--------styles()
--------routes.tsx(1KB)
--------store()
--------setupTests.ts(49B)
----.babelrc(57B)
----jest.config.js(373B)
----.eslintignore(62B)
----.editorconfig(240B)
----yarn.lock(455KB)
----.env.example(48B)