All Projects → DigAg → Digag Pc React

DigAg / Digag Pc React

Licence: mit
digag pc website based on react.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Digag Pc React

create-react-redux-app
React boilerplate based on create-react-app
Stars: ✭ 49 (-76.56%)
Mutual labels:  immutable, redux-saga
React Study
渐进式学习React生态圈
Stars: ✭ 548 (+162.2%)
Mutual labels:  react-router, redux-saga
universal-routed-flux-demo
The code in this repo is intended for people who want to get started building universal flux applications, with modern and exciting technologies such as Reactjs, React Router and es6.
Stars: ✭ 31 (-85.17%)
Mutual labels:  immutable, react-router
Todo Redux Saga
Todo app with Create-React-App • React-Redux • Redux-Saga • Firebase • OAuth
Stars: ✭ 184 (-11.96%)
Mutual labels:  react-router, redux-saga
Molecule
⚛️ – :atom: – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (-54.55%)
Mutual labels:  react-router, redux-saga
timeoff-server
TimeOff is an application that allows companies' employees to set vacations before they begin taking their time off. Implemented in modern tech stack i.e. Node, Express, MongoDB.
Stars: ✭ 33 (-84.21%)
Mutual labels:  react-router, redux-saga
React Redux Saga Boilerplate
Starter kit with react-router, react-helmet, redux, redux-saga and styled-components
Stars: ✭ 535 (+155.98%)
Mutual labels:  react-router, redux-saga
molecule
⚛️ –  – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (-54.55%)
Mutual labels:  react-router, redux-saga
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (-65.55%)
Mutual labels:  react-router, redux-saga
Patternfly React Demo App
DEPRECATED: This project is no longer active. See https://github.com/patternfly/patternfly-react-seed for PF4 demos.
Stars: ✭ 26 (-87.56%)
Mutual labels:  react-router, redux-saga
auth-with-saga-example
code for https://medium.com/@stepankuzmin/authentication-with-react-router-redux-5-x-and-redux-saga-55da66b54be7
Stars: ✭ 14 (-93.3%)
Mutual labels:  react-router, redux-saga
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (-44.5%)
Mutual labels:  react-router, redux-saga
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (-54.55%)
Mutual labels:  react-router, redux-saga
Fakeflix
Not the usual clone that you can find on the web.
Stars: ✭ 4,429 (+2019.14%)
Mutual labels:  react-router, redux-saga
isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (-90.91%)
Mutual labels:  immutable, redux-saga
React Antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 321 (+53.59%)
Mutual labels:  immutable, react-router
next-react-boilerplate
🔥 NextJS with additional tech feature like react-boilerplate. Demo >>
Stars: ✭ 20 (-90.43%)
Mutual labels:  immutable, redux-saga
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (-66.03%)
Mutual labels:  react-router, redux-saga
Soundcloud Redux
SoundCloud API client with React • Redux • Redux-Saga
Stars: ✭ 681 (+225.84%)
Mutual labels:  react-router, redux-saga
React Login
A client side implementation of authentication using react.js for my blog on medium. This is the second part of my previous blog on how to implement scalable node.js server.
Stars: ✭ 105 (-49.76%)
Mutual labels:  react-router, redux-saga

基于React的实践项目

  License

在线网站

项目介绍

基于React的实践项目  欢迎提建议

组织结构

digag
├── config
├── scripts
├── public
    └── favicon.ico
    └── index.html
    └── manifest.json
├── src
    └── assets
    └── components
    └── containers
    └── utils
    └── redux
        └── action
        └── reducer
        └── sagas
        └── store
    └── App.test.js
    └── index.css
    └── index.js
    └── registerServiceWorker.js
├── README.md
├── node_modules
├── package.json
├── .editorconfig
├── .eslintignore
├── .gitignore

技术选型

前端技术:

技术 名称
React 前端框架
Redux 状态管理
Redux-Sagas Redux异步操作中间件
React-Router 路由
Immutable 不可变数据
antd UI
moment 日期转化
classnames 样式控制

后端技术:

技术 名称
Spring Framework 容器
SpringBoot MVC框架
Spring Security 安全框架
Hibernate ORM框架
Druid 数据库连接池
Redis 分布式缓存数据库
Log4J 日志组件
Swagger2 接口测试框架
Docker 应用容器
Maven 项目构建管理
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].