-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Typescript Support #674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
#632 related, typescript seems even heftier than flow from what I've read |
Yea. As of right now, typescript is a lot more powerful than what Flow can accomplish. Give that expressive power to Redux and you can really get something going :) |
Out of curiosity: What is the status of Typescript? Can it keep up with modern babel plugins like react transform? Does it support the latest features of ES6 and React? |
Typescript is pretty mature right now. It is currently more ES6-7 compliant than FlowType. It can compile jsx files (essential it calls them .tsx files, but works the same). |
Any plans to do this? |
Hey,
Just a question. I kind of see typescript as one of those "bleeding-edge" tools that this repository can really get to working with it. What do you guys think? Maybe we need support for Typescript, maybe making this universal example implement everything in typescript and then add the ts-loader for webpack.
Also, as a personal opinion, typescript is super powerful with its type definitions and can really help to scale a good app.
The text was updated successfully, but these errors were encountered: