Client Side #10
-
How to use client side on next js |
Beta Was this translation helpful? Give feedback.
Answered by
swarajbachu
May 10, 2023
Replies: 1 comment
-
just at the start of the component include 'use client', but in the newer version, it is by defult server side, and you can make particular function client side as well by including 'use client' |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rupeshshandilya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just at the start of the component include 'use client', but in the newer version, it is by defult server side, and you can make particular function client side as well by including 'use client'