svelte-clientside
A Svelte 5 component wrapper that prevents server-side rendering for client-only components
next-dynamic-no-ssr
This is a simple NoSSR wrapper component for your nextjs project. The wrapper uses dynamic import to disable server-side rendering of a component.
@kwooshung/react-no-ssr
This is a React component called NoSSR, and its main function is to prevent the rendering of its child components in a server-side rendering (SSR) environment. This component renders its child components normally in a client-side environment (such as a br