react-server
                                
                                 react-server copied to clipboard
                                
                                    react-server copied to clipboard
                            
                            
                            
                        :rocket: Blazing fast page load and seamless navigation.
We're dependent on mobile-detect for routing of User-Agent to pages based on device classification (desktop, tablet, phone). Would be nice to have tests that map known User-Agents to the proper...
Hi there, I recently created #966 which fixes one issue with using the `generator-react-server` package locally rather than globally. The other issue seems to be this line https://github.com/redfin/react-server/blob/master/packages/generator-react-server/package.json#L51 which assumes...
> I've got a fun side project called shrink-ray that is adding zopfli and brotli support to express compression. I don't think this is a particularly good thing to spend...
platform: win10 *64 node: v 8.1.2 npm : v 5.0.4
JS bundles neither have async attribute nor load asynchronously using LABjs. I've tested my App with Google Audit and it definitely shows that these bundle scripts are blocking render, so...
Hi All, We are trying to include an (AFAIKT) valid JS file in our page's getScripts() method: import framework7js from "../styles/framework7.custom.min"; getScripts() { return [ {text: rollbar}, {text: ga}, {text:...
Link component cannot support any callbacks. I want to know have action after use click it. But I found it cannot be done with Link. Can anyone help me with...
It _is_ available at module load time on the server. These should be consistent. Currently config values are passed down with express state, which is not safe to send until...
* Add `HttpError` class that extends the native error. This will handle 4xx, 3xx, etc. * Promisify the navigator sequence, so that errors are passed down through the promise chain...
The CLI supports options both `--camelCase` and `--dash-delimited`. The `.reactserverrc` config file _only_ supports `camelCase` keys. We should make the config file support both also to eliminate [frustrating behavior](https://github.com/redfin/react-server/commit/a23199e5506794feeefca16228001645b19b1a27#commitcomment-20060519).