Building a better online editor for TypeScript
Val Town makes it easy to ship TypeScript automations and applications to the
internet via an integrated web editor experience. We strive to offer a magical
tight feedback loop, with 100ms deploys on save.
That online editor experience should be great: we should support high-quality
highlighting, autocompletion, information for when you hover over bits of code.
But unfortunately it hasn't been so: our previous editor has been buggy and slow
to give useful TypeScript feedback.
But now, we've rewr...
Read more at blog.val.town