a few days ago i posted about moving away from next.js navigation ๐
โ pages load instantly now
โ makes your whole next.js app feel way faster
โ takes like 5 min to set up
just published the full post on how i did it ๐
TypeScript problem: You need to support any string value, but youโd like autocomplete support for common values.
Solution: Create a union with "string & {}" on the end.
Now you get autocomplete support for all values listed in the union, but can still enter any value.
Today we launched our parallel route implementation of the header breadcrumbs on @vercel. I had a personal goal of making the implementation 2x faster than the current Client Component / useParams() approach.
We ended up around a ~3x improvement ๐คฏ