This example demonstrates the use of queries and mutations with SSR.
The example uses Fetch as a network interface and InMemoryCache as a cache. Note that you can use Redux DevTools to observe the cache state.
Requests are artificially slowed down to take at least one second to finish.
git clone https://github.com/fenok/galaxis.git
cd galaxis
yarn build
yarn workspace @galaxis/react-example start
The server should start at http://localhost:3001.