/ts-react

Typescript, react and webpack hot reload

Primary LanguageJavaScript

ts-react

Typescript, react and webpack hot reload

Launching the application

npm install
npm start

Application will launch on http://localhost:3000

Editing

Use atom with the awesome Typescript plugin. Your changes will be automatically picked up by React Hot Loader and will be displayed without reloading.

Why Typescript?

Typescript recently added support for jsx.

It will be part of typescript 1.6. In the meantime, the example is using a nightly build of typescript.

It is a very interesting language. It gives you autocompletion, all sorts of refactorings and compile time errors (for react components props for examples!).

Give it a shot, it might change the way you develop :)

Licence

MIT