Hacker News new | ask | show | jobs
by orf 618 days ago
> If you want to turn off SSR, you can look at the docs and see that you can do it with the dynamic import

Of course! Duh! The concepts of “server side rendering” and “dynamic imports” are very naturally, obviously and intrinsically linked.

Using “use client” is obviously totally stupid when you want to render on the client!