Profile avatar
cleerink.com
12 posts 12 followers 48 following
Conversation Starter
comment in response to post
“use client only” ?
comment in response to post
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 😜
comment in response to post
Do you feel emotions when you see the Runes?
comment in response to post
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
comment in response to post
"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."
comment in response to post
"Web Standards"
comment in response to post
But i know thats very different from how the app router works haha, not sure if thats even possible
comment in response to post
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
comment in response to post
Can we add “use client only” directive? For /dashboard pages 😛
comment in response to post
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)
comment in response to post
Writing boilerplate code. Not all our code is ever DRY