cleerink.com
@cleerink.com
“use client only” ?
June 14, 2025 at 5:20 PM
This is really cool! But did you know that the time you save when you get your cutlery out of the drawer is the same amount of time as the time you lose having to order them when transferring from the dish rack 😜
May 25, 2025 at 10:49 PM
Do you feel emotions when you see the Runes?
May 9, 2025 at 3:56 PM
Really appreciate the posts, especially the one about database tables and data for views was very eye opening for me.

I wonder what you think is the benefit of using directives/imports instead a function call like in tanstack starts createServerFn
April 26, 2025 at 7:02 PM
"Plato relates that Socrates accounts for his seeming wiser than any other person because he does not imagine that he knows what he does not know."
December 21, 2024 at 2:47 AM
"Web Standards"
December 20, 2024 at 9:56 PM
But i know thats very different from how the app router works haha, not sure if thats even possible
December 1, 2024 at 11:14 PM
Yeah, that is true, I guess it what I meant to say is, it would be nice if you opt in to client side only, you can still use the nextjs router features from down there, for example say /dashboard/layout.tsx with client only and all pages and layouts under that would automatically be client only too
December 1, 2024 at 11:13 PM
Can we add “use client only” directive? For /dashboard pages 😛
December 1, 2024 at 8:23 PM
Isomorphic SSR mostly, but definitely have a lot of website/app combinations where it would be nice to just have the app part csr only, so you dont have to worry about window not existing etc.. (this happens suprisingly often with third party lib)
December 1, 2024 at 8:16 PM
Writing boilerplate code. Not all our code is ever DRY
November 21, 2024 at 5:36 PM