Már Örlygsson
maranomynet-en.bsky.social
Már Örlygsson
@maranomynet-en.bsky.social
Geekier, in English
My new faviourite TypeScript syntax hack for objects with an inferred type:

return {
myLocales: ['is', 'en'] satisifies AppLang[] as AppLAng[]
}

Type-safe type assertions FTW!
February 7, 2025 at 10:42 AM
Reposted by Már Örlygsson
Remix 2.14.0 and React Router 6.28.0 are out 🚀

These releases continue to prepare users for v7

In Remix, you can now define routes more programmatically using the new routes.ts config

remix.run/docs/en/main...

You can still use the existing file-based convention
November 11, 2024 at 6:59 PM