JavaScript with Types: A deep dive into TSC & JSDoc with Vanilla JS! - Aj ONeal

preview_player
Показать описание
Big thanks to our 2022 sponsors:

Silver Sponsors:

Bronze Sponsors:
Рекомендации по теме
Комментарии
Автор

Amazing presentation! Great timing, as I actually started figuring out a similar setup about a month or two ago, before I found your example. JS with types is really nice! I think it works great for application code itself, where there isn't a user that will use your code, unlike a library or package. Having it for minting works just as well. I have been using TypeScript for my NPM package still though, since I have a lot of type definitions, and it's nice to have everything all together. For app-only code though, I think this is a much better setup, as full TypeScript seems a bit overkill for that.
Definitely going to go check out JSWT!

offroaders
Автор

I would suggest using typescript with Deno. The transpilation step is abstracted away.

Anonim
Автор

so this is something for people scared of typescript

samuelgunter
Автор

It's amazing how far some people will go to avoid typescript. What's so bad about typescript?

jakeycakester