SSR ⚡
This release adds experimental support for server-side rendering with the addition of bindings for the ssrExchange
.
Added
- Bindings for
ssrExchange
and thesuspense
option on theClient.make
function. PR by @parkerziegler here. - Initial docs for server side rendering support. PR by @parkerziegler here.
Changed
urql
dependency upgraded to v1.1.3!
Fixed
- Minor docs fix by for the
Client
module. PR by @robinweser here. bsconfig.json
andpackage.json
files from theexamples
directory are no longer published tonpm
.