All Projects → brickyang → egg-react-mobx-demo

brickyang / egg-react-mobx-demo

Licence: other
A simple todo list demo of using Egg.js, React and MobX.

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to egg-react-mobx-demo

mobxSpa
企业级SPA项目,完整开发脚手架
Stars: ✭ 96 (+540%)
Mutual labels:  mobx
lens
The official network explorer for Wavelet.
Stars: ✭ 28 (+86.67%)
Mutual labels:  mobx
boring-router
A type-safe MobX router with parallel routing support.
Stars: ✭ 74 (+393.33%)
Mutual labels:  mobx
next react
React16.6.1+Mobx5+Express服务端渲染脚手架,支持代码自动分割
Stars: ✭ 12 (-20%)
Mutual labels:  mobx
mobile-realm
mobile-realm
Stars: ✭ 21 (+40%)
Mutual labels:  mobx
team-timesheets
Time tracking web app built as a replacement for old school timesheets.
Stars: ✭ 25 (+66.67%)
Mutual labels:  mobx
mobx-wxapp
在小程序中使用mobx
Stars: ✭ 54 (+260%)
Mutual labels:  mobx
nested-task-list-mobx-react
A nested task list prototype built with React + MobX and Material-ui
Stars: ✭ 25 (+66.67%)
Mutual labels:  mobx
react-native-navigation-mobx-demo
React native Navigation with MobX demo. Blog post write up ->
Stars: ✭ 32 (+113.33%)
Mutual labels:  mobx
browsear
A Chrome extension to search a song like Shazam
Stars: ✭ 20 (+33.33%)
Mutual labels:  mobx
React-Native-Demo
No description or website provided.
Stars: ✭ 25 (+66.67%)
Mutual labels:  mobx
loki-admin
Admin app build by KokiUI
Stars: ✭ 13 (-13.33%)
Mutual labels:  mobx
over-hangman
💥 Over powered hangman game
Stars: ✭ 42 (+180%)
Mutual labels:  mobx
navigation-mobx-example
proof of concept project to use mobX in react-native-navigation
Stars: ✭ 47 (+213.33%)
Mutual labels:  mobx
docker-ui
Web UI For managing Docker images, containers, volumes, and networks
Stars: ✭ 45 (+200%)
Mutual labels:  mobx
mobx-loading
参考了 dva-loading 的思路,基于 mobx 实现了用于监控各个 mode 和 effect 加载状态的组件
Stars: ✭ 23 (+53.33%)
Mutual labels:  mobx
react-coat-ssr-demo
Demo with Typescript + React + Redux for server-side-rendering (SSR)
Stars: ✭ 100 (+566.67%)
Mutual labels:  mobx
egg-bus
🐣 用 egg 编写优雅的队列与事件
Stars: ✭ 38 (+153.33%)
Mutual labels:  eggjs
311
New web portal for BOS:311
Stars: ✭ 15 (+0%)
Mutual labels:  mobx
v2020
后盾人2019-2020年视频代码
Stars: ✭ 147 (+880%)
Mutual labels:  eggjs

A todo list demo of using Egg.js, React and MobX altogether.

This repository keeps all different "stages" of this demo, so you can see the "evolution" path of it.

Branches

  • master: update to SSR(server-side rendering).
  • v3: rewrite with Typescript. To use Typescript in Egg.js please check egg-ts-boilerplate.
  • v2: use egg-webpack for compile and hot reloading webpack in development, no SSR.
  • v1: the "raw" version, everything is independent.

Installation

$ git clone [email protected]:brickyang/egg-react-mobx-demo.git
$ cd egg-react-mobx-demo
$ npm install

Development

$ npm run dev

Production

$ npm run build
$ npm start
// open http://localhost:7001
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].