All Projects → capaj → Jspm React

capaj / Jspm React

Licence: mit
lightweight React.js ES6 boilerplate with JSPM and proper hot reloading modules

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jspm React

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 (+2515.38%)
Mutual labels:  boilerplate, mobx
React Hooks Mobx State Tree
React Hooks + MobX State Tree + TypeScript = 💛
Stars: ✭ 169 (+62.5%)
Mutual labels:  boilerplate, mobx
Prodo
Prodo is a React framework to build apps faster.
Stars: ✭ 114 (+9.62%)
Mutual labels:  boilerplate, mobx
M Fe Boilerplates
Lucid & Futuristic Production Boilerplates For Frontend(Web) Apps, React/RN/Vue, with TypeScript(Optional), Webpack 4/Parcel, MobX/Redux 💫 多技术栈前端项目模板
Stars: ✭ 877 (+743.27%)
Mutual labels:  boilerplate, mobx
Ignite Bowser
Bowser is now re-integrated into Ignite CLI! Head to https://github.com/infinitered/ignite to check it out.
Stars: ✭ 586 (+463.46%)
Mutual labels:  boilerplate, mobx
React Mobx Typescript Boilerplate
A bare minimum frontend boilerplate with React 16.7, Typescript 3.2 and Webpack 4
Stars: ✭ 378 (+263.46%)
Mutual labels:  boilerplate, mobx
React Mobx State Tree
Create React App with MobX State Tree, Styled Components and GraphQL
Stars: ✭ 127 (+22.12%)
Mutual labels:  boilerplate, mobx
React Mobx React Router4 Boilerplate
React, React-Router 4, MobX and Webpack 2-boilerplate with async routes.
Stars: ✭ 566 (+444.23%)
Mutual labels:  boilerplate, mobx
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 (-88.46%)
Mutual labels:  boilerplate, mobx
Flutter Boilerplate Project
A boilerplate project created in flutter using MobX and Provider.
Stars: ✭ 1,194 (+1048.08%)
Mutual labels:  boilerplate, mobx
Ginbro
Converting a MySQL database'schema to a RESTful golang APIs app in the fastest way
Stars: ✭ 97 (-6.73%)
Mutual labels:  boilerplate
Phaser Ts Boilerplate
The boilerplate for Phaser 2 we use internally at Azerion
Stars: ✭ 98 (-5.77%)
Mutual labels:  boilerplate
Wild Next
Our next.js boilerplate with sane base configuration.
Stars: ✭ 101 (-2.88%)
Mutual labels:  boilerplate
Hapi Starter Kit
Hapi.js based REST boilerplate which uses latest ES7/ES8 features (async/await) with code coverage and follows best pratices
Stars: ✭ 103 (-0.96%)
Mutual labels:  boilerplate
Formidable React Starter
React starter application
Stars: ✭ 97 (-6.73%)
Mutual labels:  boilerplate
Starterkit
Kirby's sample site – the easiest way to get started with Kirby
Stars: ✭ 102 (-1.92%)
Mutual labels:  boilerplate
Vite Electron Builder
Electron app boilerplate based on Vite. TypeScript + Vue/React/Angular/Svelte/Vanilla
Stars: ✭ 96 (-7.69%)
Mutual labels:  boilerplate
Flask Rest Template
template for a rest app with flask, flask-rest and more...
Stars: ✭ 95 (-8.65%)
Mutual labels:  boilerplate
Chrome Extension Webpack Boilerplate
A basic foundation boilerplate for rich Chrome Extensions using Webpack to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes.
Stars: ✭ 1,320 (+1169.23%)
Mutual labels:  boilerplate
Ui Tool
UI for create-web-ext
Stars: ✭ 104 (+0%)
Mutual labels:  boilerplate

jspm-react DEPRECATED

This repo is deprecated-other bundlers have won the bundler wars-namely webpack or parcel. Use them instead.

js-standard-style

lightweight React.js boilerplate with JSPM and hot reloading modules

master branch has JSPM 0.16, for 0.17 use branch jspm-0.17. JSPM 0.17 is still beta, I would advise against using JSPM 0.17 for production deployments for now.

Quickstart to development

git clone [email protected]:capaj/jspm-react.git
npm i
npm start

npm scripts available:

npm start #starts webserver and watcher, the http port is 9080
npm build #build your bundle, use purely for production
npm test #runs mocha/chai/jsdom tests in node.js

Styles

Make your own style pipeline, this boilerplate doesn't offer one. Me personally, I am fine with inline styles inside my react components most of the time, but that is just me.

Includes

  • githooks via husky for commit trigerring tests and style check
  • MobX for easy/reliable/fast state management powered by ES5 getters/setters
  • react-router
  • simple unit/midway tests with Mocha, Chai and airbnb's enzyme
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].