React renderToString() Performance and Caching React Components

Using react-router1.0 and react0.14, we were mistakenly serializing our flux object multiple times. RoutingContext will call createElement for every template in your react-router routes. This allows you to inject whatever props you want. We also use flux. We send down a serialized version of a large object. In our case, we were doing flux.serialize() within … Read more