All Projects → mhaagens → React Mobx React Router4 Boilerplate

mhaagens / React Mobx React Router4 Boilerplate

React, React-Router 4, MobX and Webpack 2-boilerplate with async routes.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Mobx React Router4 Boilerplate

React Mobx React Router Boilerplate
A simple boilerplate based on create-react-app and add mobx, react-router, linter, prettier and so on. 一个简单的 react 脚手架依赖于 create-react-app 新增了 mobx react-router,linter,prettier 等。
Stars: ✭ 12 (-97.88%)
Mutual labels:  boilerplate, react-router, mobx
Babel Plugin Mobx Deep Action
Reduces `action` and `runInAction` boilerplates
Stars: ✭ 110 (-80.57%)
Mutual labels:  async, mobx
Favesound Mobx
🎶 A SoundCloud Client in React + MobX running in production. Live Demo and Source Code to explore React + MobX. Refactored from favesound-redux
Stars: ✭ 532 (-6.01%)
Mutual labels:  react-router, mobx
esri-react-router-example
Example of how to load and use the ArcGIS API for JavaScript in a react-router application
Stars: ✭ 24 (-95.76%)
Mutual labels:  react-router, lazy-loading
React Redux Saga Boilerplate
Starter kit with react-router, react-helmet, redux, redux-saga and styled-components
Stars: ✭ 535 (-5.48%)
Mutual labels:  boilerplate, react-router
Protobuffer
A simple wrapper library for protobuf-net with async, gzip and less boilerplate.
Stars: ✭ 50 (-91.17%)
Mutual labels:  async, boilerplate
react-mobx-router
Create React App with React Router 4 and MobX + Internationalization
Stars: ✭ 90 (-84.1%)
Mutual labels:  react-router, mobx
Saas
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Stars: ✭ 2,720 (+380.57%)
Mutual labels:  boilerplate, mobx
react-douban
A React project
Stars: ✭ 21 (-96.29%)
Mutual labels:  react-router, mobx
react-pits
React 中的坑
Stars: ✭ 29 (-94.88%)
Mutual labels:  react-router, mobx
Create React App Material Typescript Redux
A ready to use boilerplate for starting big react projects
Stars: ✭ 257 (-54.59%)
Mutual labels:  boilerplate, react-router
Create React Redux App
This project was bootstrapped with Create React App and Redux, Sass Structure.
Stars: ✭ 46 (-91.87%)
Mutual labels:  async, react-router
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+391.17%)
Mutual labels:  boilerplate, react-router
Simple Universal React Redux
The simplest possible Async Universal React & Redux Boilerplate app, that works on both Mac and Windows
Stars: ✭ 58 (-89.75%)
Mutual labels:  async, react-router
React
Extremely simple boilerplate, easiest you can find, for React application including all the necessary tools: Flow | React 16 | redux | babel 6 | webpack 3 | css-modules | jest | enzyme | express + optional: sass/scss
Stars: ✭ 244 (-56.89%)
Mutual labels:  boilerplate, react-router
React Router Async Routing
react router v4 async routing
Stars: ✭ 130 (-77.03%)
Mutual labels:  async, react-router
React Mobx Typescript Boilerplate
A bare minimum frontend boilerplate with React 16.7, Typescript 3.2 and Webpack 4
Stars: ✭ 378 (-33.22%)
Mutual labels:  boilerplate, mobx
React Hooks Mobx State Tree
React Hooks + MobX State Tree + TypeScript = 💛
Stars: ✭ 169 (-70.14%)
Mutual labels:  boilerplate, mobx
Express React Boilerplate
Express, MySQL, React/Redux, NodeJs Application Boilerplate
Stars: ✭ 179 (-68.37%)
Mutual labels:  boilerplate, react-router
boring-router
A type-safe MobX router with parallel routing support.
Stars: ✭ 74 (-86.93%)
Mutual labels:  react-router, mobx

React MobX React-Router 4 Boilerplate

🎉 React, [email protected], MobX and Webpack 2.

Demo

Just run npm install and npm start, then go to localhost:3000 to start developing. To build, run npm run build, and to preview run npm run preview, then go to localhost:1234 for the minified production bundle.

Async component loading

Components are now loaded async with react-router-loader and the store is injected via MobX Provider. If you've downloaded this boilerplate before remember to run npm install again.

Read this if you've been using an earlier version of this boilerplate

  • 05/03/17 - Hot reloadable MobX stores
  • 04/04/17 - Upgraded to React Router 4 @ latest
  • 01/31/17 - Upgraded to React Router 4 Beta
  • 01/28/17 - Routes are now loaded through Lazy-Route.

Todo

  • [X] Async loading of components
  • [X] Data fetching example
  • [X] Protected Routes
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].