logoalt Hacker News

primitivesuavetoday at 10:25 AM1 replyview on HN

I love the Typescript handbook, but wanted the examples to be "runnable". It turns out that the TypeScript compiler runs pretty fast in the browser for trivial code snippets, so I threw together https://ts.coach (TypeScript handbook with code examples that execute in the browser + instant type checking)


Replies

epolanskitoday at 10:27 AM

This is neat, but has the same issue of all similar projects: mobile unfriendly editors for snippets editing.

show 1 reply