Profile avatar
metrobueller.com
🇸🇴 //🎶Mick Jenkins // 💻deck.gl I post about things I'm learning
34 posts 62 followers 126 following
Regular Contributor
Active Commenter

Wow just tried Tanstack table for the first time, the API is really clean!

Oi! New video is up, it's on a game that for all intents and purposes should exist, but does. And that's kind of rad. The game itself is pretty good too. I'm talking about S.T.A.L.K.E.R. 2, by the way youtu.be/WjkFrF0VSho?...

Woke up looking for the broccoli Mr get off dropppppeeeddddddd

Getting older is realizing useState was just an escape hatch all along

I think I may be allowed to use remix at work for a new project, yessssssssssss

I think this could be simplified a ton by allowing developers to modify the request that is made to your server with `serverLoader()` in the `clientLoader`. The browser could handle ETag validation!

I think I've been overthinking caching, and should just go with something and measure the impact of the cache before optimizing everything. A 90ms (on my not-so-good internet connection to my server) round trip is good, but most requests not leaving the browser makes this feel so good

Current caching dilemma: Implementing a HEAD request to check an ETag on the server in a Remix client Loader adds a 90ms round trip to navigation. When just relying on a TTL, you only paid the network cost once. I wonder where the line is, no one told me this was just tradeoffs all the way down 😭

TIL about input.validity and input.setCustomValidity(), I wonder if I could use this as strong defaults wrt to assistive technologies over aria-described-by. AI is a little too wishy-washy with its answers to say if it's a good idea or not html.spec.whatwg.org/multipage/fo... (back to caching)

@kentcdodds.com is equally to blame for my current deep dive into caching www.epicweb.dev/talks/cachin...

TIL about If-* headers If-None-Match + ETags + SWR = instant loads with server authority. Using @remix_run clientLoader + IndexedDB, you can cache responses locally with server authority via early returns!

I think I'm gonna try really hard to make all my websites from now on *really* fast! Starting w/ @ryanflorence.com's remix playlist here: www.youtube.com/playlist?lis...