How to submit from in Server Side Components (SSR)
Answered
Wuchang bream posted this in #help-forum
Wuchang breamOP
I am new to Server Components , Is there a way to submit from server-side ?
Answered by Asian paper wasp
Yes, using server actions (which is still experimental).
Alternatively, do the old-fashioned way of calling POST request from a client component.
Alternatively, do the old-fashioned way of calling POST request from a client component.
3 Replies
Asian paper wasp
Yes, using server actions (which is still experimental).
Alternatively, do the old-fashioned way of calling POST request from a client component.
Alternatively, do the old-fashioned way of calling POST request from a client component.
Answer
Wuchang breamOP
@Asian paper wasp thanks .
I am making an application which is a mixture of CSR and SSR is it okay to do so ?