this post was submitted on 14 Mar 2025
35 points (84.3% liked)

Programming

20689 readers
176 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Bigger TypeScript projects should now become much more manageable in all code editors

you are viewing a single comment's thread
view the rest of the comments
[โ€“] sorrybookbroke@sh.itjust.works 53 points 2 months ago* (last edited 2 months ago) (11 children)

Eh, not entirely. Typescript will build faster and the text editor can parse it quicker but once it hits the browser no speed is gained. It's kinda stated in the article but it dances around it quite well I wouldn't blame you for missing it.

This just makes transpilation quicker along with some other benefits while working with it in editor. It's still just JavaScript in the end this just gets it there quicker. Still very cool though.

[โ€“] iamtherealwalrus@lemmy.world 5 points 2 months ago

Extremely click bait title by the article author.

load more comments (10 replies)