Flow-router +react ssr, how to handle POST form submit when js is off?

one customer condition is that the page can function wen even javascript is disabled, I managed to do SSR but can’t handle the basic form submit, how to get the parameters from POST after a submit, and whats the best way to implement this?