Easily fetch data from a GET request in your React components, with similar APIs to react-apollo 🎉
NOTE: This project is still very much work in progress, use at your own risk
The main package is in ./packages/react-isomorphic-data
# install dependencies
yarn install
# run the SSR example
yarn example:ssr
The example (a razzle app) by default will run on localhost:3000 🎉
The documentations live at: https://react-isomorphic-data.netlify.com/
GH_TOKEN=<your-github-token> yarn deploy