Tag: client component
-
NextJs client component
for using client component you just need to add use client on top of the component and then you can use useState, useEffects and onClick listners More detailed example
for using client component you just need to add use client on top of the component and then you can use useState, useEffects and onClick listners More detailed example