Hacker News new | ask | show | jobs
by presentation 1373 days ago
remix-routes and next-type-safe-routes both allow for tacking on type safety here with a build step, not ideal but 90% of the benefit from that.
1 comments

Looks like remix-routes is using string literals, which can be a pain for refactoring and jumping to usages etc. But it's certainly better than nothing. I'll give it a go. Thanks!