React Redux Typescript Jspm Starter Versions Save

Futuristic, bundle-free, development environment for building Component-Driven SPA with React, Redux and TypeScript - powered by JSPM (SystemJS & Rollup with tree-shaking)

v0.5.6

7 years ago

updated tslint config updated npm dependencies & typings updated type definitions examples updated example code

v0.5.5

7 years ago

Added test harness setup using Tape (blue-tape) - included example code and @types

Writing tests in TypeScript and run using JSPM (no transpilation step needed)

v0.5.4

7 years ago
  • removed typings dep for TypeScript2.0 approach and using npm @types instead
  • added classnames utility

v0.5.3

7 years ago

dependency update routine

v0.5.2

7 years ago

fixed missing tslint dep

v0.5.1

7 years ago

updated deps:

  • react 15.2.1
  • jspm update

v0.5.0

7 years ago
  • removed browser-sync dep - this dep has too many features for this bare minimum starter-kit and also should your rather your choice
  • added regenerator for ES5 async/await transpilation (soon with TypeScript 2.0 release it will be not needed)
  • added custom ambient definitions for external libraries best-practice example
  • updated index.html and added nice css loader while waiting for React to "kick in"
  • added new hot-module-reload dependency (jspm-hmr) for easier and cleaner hot-reload solution
  • added static dev-bundle with external deps for quick full-page reload, this is most important as this will make JSPM very fast
  • updated tsconfig for ES2015
  • added editor config and linter
  • updated typings