Skip to content

cloudseven/reapp-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reapp-kit

Reapp Kit unifies all your reapp pieces into one convienent package. It saves you even more time by making a few choices for you. Those are:

  • react-router for top level routes
  • immutable.js data for your store
  • ultra simple actions that can be chained
  • fetch polyfill

Becuase it brings together routing and data/actions, your app gains some amazing power. First, you can focus on what matters and save time gluing things together. Second, we can optimize your app automatically and avoid common bugs. Third, you spend less time managing dependecies and figuring out how to architect your app.

Using reapp-kit is simple:

sudo npm install -g reapp
npm install --save reapp-kit react

To see the simplest possible reapp-kit app, check out our demo.

reapp new myapp will generate a default reapp-kit stack for you.

About

Make apps in no time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%