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.12.0

7 years ago

v0.11.1

7 years ago

fixed one missed script name change (bundle-dev to build:dev) #22 added build:regenerator command updated React -> 15.3.2 updated TypeScript -> 2.0.3 updated @types updated jspm plugins and dependencies

v0.11.0

7 years ago

CSS-MODULES WITH TYPED CLASS-NAMES

Own concept to achieve locally scoped CSS styles using csjs with statically typed CSS class-names using TypeScript.

  • Full CSS support with pseudo-classes & media queries, encapsulated in ES6 Modules that can be nicely imported by your UI components.
  • Define interfaces with your CSS classes and you get className property type-checking, solid auto-completion and easy refactoring. You can also add doc comments and auto-generate docs of your styles library for your team and utilize IntelliSense features of your IDE.

EXAMPLE: Consumer Component and it's CSS Module in TypeScript Format with Class-Names Interface Overview Video: https://youtu.be/67pPYqom2a0

Updated Demo: http://piotrwitek.github.io/react-redux-typescript-starter-kit/#/css-modules

v0.10.0

7 years ago

#15 fixed compilation errors using tsc CLI for NO-IDE development new worklow for NO-IDE people using CLI type-checking - readme overall code quality improvements

v0.8.0

7 years ago

added redux, react-router, immutable, fetch added new example app code based on redux deployed demo page with app code updated TypeScript to 2.0.2 updated typings examples for es6 / react modules updated workflow configuration, scripts and test harness

v0.9.1

7 years ago

added Redux DevTools integration with Time Travel Debugging overall small improvements

v0.9.0

7 years ago
  • new automated bundling workflow for dev & prod
  • added "dead simple" bundle configuration of vendor package
  • refactored redux modules

v0.7.0

7 years ago

updated tsconfig for TS 2.0 ordering options following schemastore adding new 2.0 config options removed filesGlob in favor of include/exclude standard included 2016 array include typescript loader pluging updated with new config

v0.6.1

7 years ago

updated dependencies & typings

v0.6.0

7 years ago

Added new development build workflow #4