You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
love your work!
is this project support react-hot-loader ?
like this meteor-webpack-react ?
The text was updated successfully, but these errors were encountered: