Skip to content
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

react hot-loader support ? #40

Open
mydearxym opened this issue Jan 24, 2016 · 3 comments
Open

react hot-loader support ? #40

mydearxym opened this issue Jan 24, 2016 · 3 comments

Comments

@mydearxym
Copy link

love your work!

is this project support react-hot-loader ?

like this meteor-webpack-react ?

@tomitrescak
Copy link

@vonwao
Copy link

vonwao commented Jan 27, 2016

This looks cool @tomitrescak

I'm curious, what do you find helpful with Typescript. I don't see much types used and I wonder in what cases are types are helpful?

@tomitrescak
Copy link

@vonwao I guess the biggest help with typescript is its type safety and resulting refactoring procedures. The moment you need to upgrade your code, everything is much safer and straightforward (just try to rename a variable in JS ... all you can do is pray [or write many unit tests]). Also, from RAD perspective, with typescript your get nice Intellisense for datatypes, imports and more. Also, your code always shines RED if you make any mistake and saves you time with discovering errors during runtime. Best of all is, that all this in TS is voluntary, so if you need to do anything JS style you can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants