Learn how to unleash the full potential of the type system of TypeScript
type-level-typescript.com
Learn how to unleash the full potential of the type system of TypeScript
1–10 of 256 posts
Re: Learn how to unleash the full potential of the type system of TypeScript
#2I'm always impressed at how much the type system in TS is capable of. The provided examples remind me of what I'd expect in something like Rust; it brings me joy that we can do this sort of stuff in our frontend code and tooling these days.
We have come far.
Re: Learn how to unleash the full potential of the type system of TypeScript
#3I particularly love the interactivity of the training. So polished.
Can't get enough of the fireworks!
Re: Learn how to unleash the full potential of the type system of TypeScript
#4This is fantastic! I've often had to advise coworkers to read documentation for OCaml or Rust to learn idiomatic, functional, statically typed programming. It's great to see a Typescript specific resource with exercises.
Re: Learn how to unleash the full potential of the type system of TypeScript
#5Wow I think I know a lot of Typescript but I'll have to go through it because I'm always asked for ressources to get started and this one seem great.
I also recommend type-challenges: https://github.com/type-challenges/type-challenges
It works great with the VSCode extension.
Re: Learn how to unleash the full potential of the type system of TypeScript
#6No post body was provided.
Re: Learn how to unleash the full potential of the type system of TypeScript
#7This is a really nice website.
Re: Learn how to unleash the full potential of the type system of TypeScript
#8Seems like a good start, but there are a lot of interesting offerings in the introduction that really don't exist in the content so far.
Maybe finishing one of the more advanced chapters would be enough to lure people who are more experienced to check back on progress / pay / whatever you want traffic for.
Re: Learn how to unleash the full potential of the type system of TypeScript
#9This looks fantastic, not just for people learning Typescript, but I'd think it would be useful (when completed) as an introduction to generics and type-level thinking etc for lots of newcomers to those areas.
Re: Learn how to unleash the full potential of the type system of TypeScript
#10There are only 3 chapters so far...