How can i devide this code into client side and server side components. Here it turns out they mix and showed error
I tried to devide this code into two components, i mean the component that should work on client side (react hooks, …) and to the component that work on server side (async, await, …). But nothing came of it and i decided to return my code to the initial state for ur understanding what i mean