All Projects → 2662419405 → react_admin

2662419405 / react_admin

Licence: MIT license
🎉 TS+Hooks 后台管理系统 http://hooks.sunhang.top

Programming Languages

typescript
32286 projects
SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react admin

react-rocketshoes
NetShoes Clone with React and Redux
Stars: ✭ 50 (+28.21%)
Mutual labels:  redux-saga, axios
rocketshoes-react-native
NetShoes Clone with React Native and Redux
Stars: ✭ 38 (-2.56%)
Mutual labels:  redux-saga, axios
laravel-react-boilerplate
Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth
Stars: ✭ 49 (+25.64%)
Mutual labels:  redux-saga, axios
React-Redux-Saga-Advanced-Starter
Boilerplate for Advanced usage with React, Redux, React-Router-Redux, Redux-Saga, Immutable, Reselect, Recompose, Axios, HMR, Babel v7, Jest, Eslint, and more
Stars: ✭ 66 (+69.23%)
Mutual labels:  redux-saga, axios
Express React Fullstack
Simple, Useful Full Stack Express and React Application
Stars: ✭ 286 (+633.33%)
Mutual labels:  redux-saga, axios
Github User Search
Browse GitHub users with React
Stars: ✭ 87 (+123.08%)
Mutual labels:  redux-saga, axios
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (+84.62%)
Mutual labels:  redux-saga, axios
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (+197.44%)
Mutual labels:  redux-saga, axios
webservices
Prestashop Web Services + React JS App
Stars: ✭ 34 (-12.82%)
Mutual labels:  redux-saga
coronadev
Aplicativo para consultar a situação global do COVID-19
Stars: ✭ 44 (+12.82%)
Mutual labels:  axios
dont-waste-your-ducking-time
🐓 An opinionated guide on how to test Redux ducks
Stars: ✭ 28 (-28.21%)
Mutual labels:  redux-saga
Project06-A-Slack
팀 협업도구, 우리동네 슬랙 🚀
Stars: ✭ 14 (-64.1%)
Mutual labels:  redux-saga
electron-admin-antd-vue
Electron Vue3.x Ant Design Admin template
Stars: ✭ 21 (-46.15%)
Mutual labels:  axios
spotify-release-list
📅 Display list of Spotify releases from artists you follow
Stars: ✭ 142 (+264.1%)
Mutual labels:  redux-saga
axios-mock-server
RESTful mock server using axios.
Stars: ✭ 33 (-15.38%)
Mutual labels:  axios
nextjs-ts-antd-redux-storybook-starter
🏃🏼 Next.js + TypeScript + Ant Design + Redux Toolkit + Redux Saga + Styled Components + Jest + Storybook 企业级项目脚手架模板
Stars: ✭ 78 (+100%)
Mutual labels:  redux-saga
redux-saga-callback
redux-saga helper functions to await dispatched actions
Stars: ✭ 19 (-51.28%)
Mutual labels:  redux-saga
project-3-crm
⭐crm 客户关系管理系统模板⭐一个不错的后台管理种子项目,拥有自由设置角色自由分配权限🔑的权限管理功能,三员管理多员管理均可,前端antd vue admin后端spring-boot-api-seedling 拥有完善的功能。文档包含需求文档,设计文档和测试文档等。同时配置了travis,拥有集成测试和自动构建的功能。
Stars: ✭ 128 (+228.21%)
Mutual labels:  axios
vue-ssr-template
A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.. (Thanks for vue-hackernews-2.0)
Stars: ✭ 18 (-53.85%)
Mutual labels:  axios
add-my-name
No more WhatsApp spams 🎉
Stars: ✭ 16 (-58.97%)
Mutual labels:  axios

TS + Hooks 后台管理系统

开始制作的时间是从 2020-4-28

自己也发布过几个小型的demo,虽然没人看๑•ૅૄ•๑), 但还是喜欢与大家共同学习进步

快速预览

线上

项目介绍

使用最新的技术栈制作React后台管理系统: 针对react16的新特性做了练习,里面包含数组可视化,笔记整理等模块,还会不断完善中...

快速使用

npm install    #安装依赖

npm run start  #启动项目

npm run build  #打包文件

目录结构

// 项目结构
├─build                               // 打包文件
├─public                              // 默认模板文件
├─src
  ├─api                              // 请求api文件
  ├─aassets                          // 静态资源
      ├─img                          // 公共图片
      └─styles                       // 公共样式
  ├─components                       // 组件
  ├─config                           // 配置自定义图标库,axios的BaseURL等
  ├─constants                        // 全局变量
  ├─hooks                            // 自定义hooks
  ├─layout                           // 布局组件
  ├─router                           // 路由文件
  ├─services                         // 接受请求处理文件
  ├─store                            // 数据中心
      ├─action                       // 派发的action合集
      ├─reducer                      // 处理action和state
      └─constants                    // store的局部变量
  ├─types                            // 全局类型
  ├─utils                            // 封装的常用方法
  ├─views                            // 页面
|  ├─index.tsx                        // 入口文件
|  ├─setupProxy                       // 全局代理
|  └─setupTests                       // 测试文件入口

核心技术栈

"antd": "^4.1.4",
"axios": "^0.19.2",
"http-proxy-middleware": "^1.0.3",
"node-sass": "^4.14.0",
"react": "^16.13.1",
"react-app-rewired": "^2.1.5",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"typescript": "~3.7.2"

计划

  • jest测试

Online preview

Follow me


License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].