All Projects → moxun33 → react-mobx-antd-boilerplate

moxun33 / react-mobx-antd-boilerplate

Licence: MIT license
react16-router4--mobx-antd3--webpack4-boilerplate

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to react-mobx-antd-boilerplate

react-typescript
A Front-End Project with Typescript/Antd. webpack5+react-router4+antd+typescript4+grahql
Stars: ✭ 63 (+320%)
Mutual labels:  mobx, react-router4, react16
boss
React+express+sock.io+mongodb build a boss
Stars: ✭ 25 (+66.67%)
Mutual labels:  react-router4, react16
mobxSpa
企业级SPA项目,完整开发脚手架
Stars: ✭ 96 (+540%)
Mutual labels:  mobx, react16
natsuha-weather
Natsuha Weather for WeChat Mini Program.
Stars: ✭ 33 (+120%)
Mutual labels:  mobx
mst-effect
💫 Designed to be used with MobX-State-Tree to create asynchronous actions using RxJS.
Stars: ✭ 19 (+26.67%)
Mutual labels:  mobx
firefighter-demo
🚨 Demo to improve an existing firefighter app by making it queue tasks offline
Stars: ✭ 68 (+353.33%)
Mutual labels:  service-worker
site
The easiest way to build and send Discord messages using webhooks
Stars: ✭ 258 (+1620%)
Mutual labels:  mobx
mobx-react-docz
DEPRECATED Documentation site for MobX in React
Stars: ✭ 43 (+186.67%)
Mutual labels:  mobx
flutter mobx boilerplate
A Flutter Project contains a Boilerplate code with MobX and Provider as a State Management.
Stars: ✭ 29 (+93.33%)
Mutual labels:  mobx
movue
MobX integration for Vue.js.
Stars: ✭ 57 (+280%)
Mutual labels:  mobx
mobx-react-tetris
No description or website provided.
Stars: ✭ 30 (+100%)
Mutual labels:  mobx
ngx-mobx
Mobx decorators for Angular Applications
Stars: ✭ 14 (-6.67%)
Mutual labels:  mobx
react-native-devtools-spy
Adds a Spy option to the React Native development menu
Stars: ✭ 14 (-6.67%)
Mutual labels:  mobx
react-mobx-webpack-seed
a boiler plate for React, MobX and Webpack application with tests and coverage.
Stars: ✭ 21 (+40%)
Mutual labels:  mobx
web-config
A Rollup configuration to build modern web applications with sweet features as for example SCSS imports, Service Worker generation with Workbox, Karma testing, live reloading, coping resources, chunking, treeshaking, Typescript, license extraction, filesize visualizer, JSON import, budgets, build progress, minifying and compression with brotli a…
Stars: ✭ 17 (+13.33%)
Mutual labels:  service-worker
sw-loader
Yet another service worker loader
Stars: ✭ 19 (+26.67%)
Mutual labels:  service-worker
shadow-workers
Shadow Workers is a free and open source C2 and proxy designed for penetration testers to help in the exploitation of XSS and malicious Service Workers (SW)
Stars: ✭ 168 (+1020%)
Mutual labels:  service-worker
stupid-rss-reader
⊕ PWA RSS client on Angular 11
Stars: ✭ 43 (+186.67%)
Mutual labels:  service-worker
Dashboard
Custom your personal browser start page from some configurable components.
Stars: ✭ 619 (+4026.67%)
Mutual labels:  service-worker
NObservable
MobX like observable state management library with Blazor support
Stars: ✭ 66 (+340%)
Mutual labels:  mobx

react-mobx-antd-boilerplate 开箱即用

参考该教程从零搭建react-family框架教程搭建的 react 全家桶初始化架构, 与文章不同的是此处使用 mobx 作为状态管理器,其他部分也作了相应的调整。

UI框架方面,集成了 https://ant.design/index-cn

开发笔记 ,http://qimajiang.com/2017/10/21/React%E5%BC%80%E5%8F%91%E7%AC%94%E8%AE%B0/

基础功能

1 react router4 路由

2 mobx 状态管理机,支持多个 stores 文件

3 跨域代理

4 chunks build

5 ESLint、prettier 和 styleLint

6 axios 请求和响应拦截器

7 懒加载

8 支持 Service Worker(生产环境)

9 etc

开发坏境启动

1 yarn

2 yarn dev

生产坏境部署

1 生成dll包,yarn dll

2 yarn build

3 拷贝dist文件夹至服务器即可

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].