honsoncooky
TTCTheo's Typesafe Cult
•Created by honsoncooky on 7/20/2023 in #questions
Client Side Functionality?
Hey all,
I'm aware that client side rendering is a thing with
use client
(or a handful of other ways), but I'm curious if client side functionality is a thing.
For example, a button that does a client-side action: The rendering of the button doesn't require any client side features, but the 'onClick' method does. Is there a way to SSR the button, and associate it with some functionality client-side?
This is just a curiosity question; I don't actually need this for a project haha4 replies