File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 66> TypeScript 2.0 on horizon - until the official release I will use beta branch for planned update.
77
88## Features
9+
910##### Core
1011- clean with minimal dependencies to make React & TypeScript work
1112- dead-simple dev server with hot-module-reload and in-browser transpiling - [ jspm-hmr] ( https://www.npmjs.com/package/jspm-hmr )
1213- easy start - npm install && npm start to start coding
1314- helpful npm scripts to automate development workflow tasks
1415- github hooks using husky
1516- nice css loader while waiting for React to "kick in"
17+
1618##### TypeScript
1719- Typescript custom ambient definitions for external libraries - best-practices & example
1820- tsconfig setup for ES2016 support
1921- using npm @types instead of typings
2022- unit testing examples in TypeScript with Tape
2123- async/await - example code (WIP)
2224- using regenerator instead of Babel to transpile generators/async/await to ES5 (soon with TypeScript 2.1 release it will be not needed anymore)
25+
2326##### React
2427- React usage with TypeScript and ES6 - example code
2528- Redux Store with TypeScript - example code (TODO)
2629- Unit-testing behaviour and rendering of React Components (TODO)
30+
2731##### JSPM
2832- JSPM 0.17.X - most recent beta version up stay up-to-date with best-practices
2933- added static dev-bundle (external deps) setup for quick full-page reload (this will make JSPM lighting fast)
You can’t perform that action at this time.
0 commit comments