This repository has been archived by the owner on Mar 15, 2018. It is now read-only.
Release 2.2.1
Isomorphic
renderToString()
andrender()
functions. (https://github.com/RickWong/react-isomorphic-starterkit/blob/4c6da8e3956507e4e05ed7917f90e5c1071953e0/src/server.js#L34-L52)
Caching
onQueryComplete()
callback allows external caching of the query results. (https://github.com/RickWong/react-transmit/blob/61d3301a88376837ae0f8f9854a8a27975acaacd/src/example/Main.js#L61)
Preloading
getAllQueries()
allows preloading query results before, for example, transitioning routes. (#4)