|
|
|
|
|
by vlangber
2451 days ago
|
|
I would think most people on Hackernews are familiar with Typescript, but some of the benefits from the top of my head: - Better tooling
- Easier to work with existing javascript code
- Superset of javascript
- Larger community and ecosystem
- More developers are familiar with it
- Easy Server Side Rendering |
|
In what way is the Typescript tooling better? i.e. what can you do with it you can’t do with Elm’s tooling?
Also I’m intrigued by the claim of “easier server side rendering” is it difficult to run Elm code on top of node.js?