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

Based on this: https://github.com/redfin/react-server/blob/a3328b4f64f0500b0443da47726f89391b36e6c1/packages/flab/README.md

Based on this: https://github.com/redfin/react-server/blob/a3328b4f64f0500b0443da47726f89391b36e6c1/packages/react-server-cli/src/handleCompilationErrors.js#L22-L23

This is in relation to the TODO notes mentioned in : * packages/react-server-test-pages/middleware/RequestToPort.js (line 6) * packages/react-server-website/middleware/RequestToPort.js (line 6) This issue is created in the efforts of [cleaning up](https://github.com/redfin/react-server/issues/264) the...

https://github.com/redfin/react-server/issues/910 The [superagent implementation](https://github.com/visionmedia/superagent/blob/f5e39b7746268901c591dde08cd68a5e3944ced1/lib/request-base.js#L396), for reference.

For reproduce please upgrade react-server to version 0.8.1 in "redux-basics" example, add some url to routes.js, and try add some hash fragment for this url in browser (after loading page...

Removed the TODO note and created an issue as part of the [TODO cleanup](https://github.com/redfin/react-server/issues/264)

Webkit's page cache keeps a suspended page available for re-activation on back/forward navigation. The history navigation API also fires a popstate event, though, which triggers an unnecessary re-render. We can...

Nobody's using this. It's just unnecessary bulk at this point. This reverts commit 1ac1f9900af879bebbec639e6376d36e35ce4fe7.