Skip to content

Commit 2122179

Browse files
authored
Update README.md
1 parent 9b08f75 commit 2122179

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,28 @@
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)

0 commit comments

Comments
 (0)