react-server
react-server copied to clipboard
Add a client transition timeout
Related to https://github.com/redfin/react-server/issues/189
If a RootElement never resolves on a page, react-server won't be able to do a client transition away from the page. Maybe we should add a timeout for RootElement resolution.
Good call @nampas. We have a failsafe render timeout on the server, but not in the client.