issr
issr copied to clipboard
The easiest way to move your React application to Server-Side Rendering. Handles Side Effects and synchronizes State.
Sould be we go like this? ``` const { html: content} = await serverRender.string(() => ( , ), { outsideEffects: async () => { if (renderPromises.hasPromises()) { await renderPromises.consumeAndAwaitPromises(); }...