Question
Is there a way to render form in SSR and then submit using POST request?
Hi!
We are trying to reduce form loading times, and one of the ideas that came in is to fetch all form fields on SSR and render the form using our Design System. Then submit using API.
I could not find any supporting documentation on this and also there is no good NPM package that would allow doing this.
Can someone help?