Remix.run Logo
hahn-kev 3 days ago

It's almost like you want compile time type safety

MrJohz 3 days ago | parent [-]

You can have that with Mypy and friends in Python, and Typescript in the JS world. The problem is that older libraries often don't utilise that type safety very well because their API wasn't designed for it.

The library in the original post is essentially a Javascript library, but it's one designed so that if you use it with Typescript, it provides that type safety.