Skip to content

onybo/webpack-react-typescript-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack React TypeScript Demo

This repo contains two sample apps showing how to use TypeScript to develop React applications with webpack

Simple

This application shows an example of how to use TypeScript to develop React applications with webpack. This application use hot module reloading

npm install -g http-server npm install -g tsd tsd install

Material-ui

In this application we have added material-ui which provides real cool react components for creating user interface based on Googles material design The components in this app is written using the Stateless components syntax which unfortunately does not play well with hot-reloading. This is why hot-reloading does not work in this app, hopefully the babel-plugin-react-transform will support this soon. See this thread for updates on the issue: gaearon/babel-plugin-react-transform#57

About

Demo app showing how to get started using webpack, react and typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published