Translation: stream
an experimental TypeScript redux implementation
Note: Currently I am using babel-node to run the node server. It comes standard with the babel package.
To install npm + tsd dependencies and run the app:
make
If you just want to run the app:
make dev
This project has been updated to use ES6 modules, JSX, and redux.
This is experimental and I made it just for fun! :D
I tried to keep this very minimalistic on purpose. Feel free to fork or clone and hack.
The example is using cheerio to scrape NYT Best Sellers list and ship it to UI via socket.io.
Under the hood it is using redux. Right now I've added type definitions as needed for redux, my goal is to get a more stable version in the future. The rest of the type definitions are managed using tsd.
- Get JSX support working with TypeScript
- Switch to redux
- Stable version of Redux Type Definitions
Contributions are welcome, submit a PR or file an issue.
Thanks to the Flux and ReactJS teams as well as the folks at Asana for their ReactJS TypeScript work! Thanks to Dan Abramov for creating the awesome redux state container! Thanks to all who contributed to the type definitions.
MIT License