support
support copied to clipboard
[REMIX] Create a remix demo
Info:
- https://remix.run/
- https://twitter.com/_thomasholland/status/1544986696583942145
To disable SSR for our components it is necessary to:
- name our files
[something].client.[js|ts|jsx|tsx]
- use
<ClientOnly>
tag
Attaching the working demo. Code is not cleaned up nor optimized but works.