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
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 😜
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
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
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
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)