This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Releases: apollographql/react-apollo
Releases · apollographql/react-apollo
SSR bug fixes
fix missing redux integration for ssr (#103) * fix missing redux integration for ssr
SSR, hoist statics, and better error handling
Fix react-native object assign issue
Pass through all client arguments
This allows for any changes to apollo-client to be used in react-apollo
Correctly throw errors in render functions
See #57 for bug that is fixed with this release
Redux performance improvememts
Build error on the 0.3.11 release. See #85
Redux performance improvememts
Initial SSR support
This release supports rendering an app that uses react-apollo
without throwing on the server.
A lot more SSR additions to come!
Include `watchQuery` as props
See #73 for details / discussion