Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Galaxis React Example

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.

Run it locally

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.