How to render dynamic data in client side page of nextjs ??
I am stuck at a problem i am using next js client side with "use client" and i want to render dynamic data but it shows page is static. I have try many method like cache no store , no cache and revalidate 0 but still my page shows static can you help me.

I am stuck at a problem i am using next js client side with "use client" and i want to render dynamic data but it shows page is static. I have try many method like cache no store , no cache and revalidate 0 but still my page shows static can you help me.