react-server icon indicating copy to clipboard operation
react-server copied to clipboard

:rocket: Blazing fast page load and seamless navigation.

Results 145 react-server issues
Sort by recently updated
recently updated
newest added

Hi, I try to handle 404s.

At packages/react-server-examples/bike-share/api/networks.js line 17 and 33, states that it doesn't have a way to handle 404s. [TODO note for cleanup](https://github.com/redfin/react-server/issues/264)

First of all, many thanks for react-server! It is really amazing! My question is: how does react-server achieve stream pre-rendered HTML? I noticed that react-server uses `ReactDOMServer.renderToString` rather than `renderToNodeStream`....

Inside ClientController's `_render` method, when all `elementPromises` (which are created from a page's `getElements()` methods) are not resolved, `finishRoute()` is never fired, which then breaks all page navigation because `this._loading`...

Currently when we render elements in a client transition we will look for the previously rendered root elements or root container DOM nodes. This is done via `document.querySelector` in combination...

bug

The missing of CORS header prevents fonts being loaded in Chrome when hot = false

Currently, the project uses Gulp and Babel to produce the server and client libraries required to be imported by anyone using react-server. That means those libraries are transpiled down to...

enhancement

After #997 is complete, ensure that `npm audit` can be run at the root level and for each package in the monorepo. - [ ] Run `npm audit` at the...

enhancement

Based on Options under https://github.com/redfin/react-server/blob/a3328b4f64f0500b0443da47726f89391b36e6c1/docs/guides/react-server-cli.md#L254

Based on: https://github.com/redfin/react-server/blob/a3328b4f64f0500b0443da47726f89391b36e6c1/packages/react-server-website/lib/repo.js#L22-L23