/react-isomorphic-data

Easily fetch json data in your React components, with similar APIs to react-apollo :tada:

Primary LanguageTypeScriptMIT LicenseMIT

minified-gzipped-size Commitizen friendly bundlewatch - bundlewatched codecov

react-isomorphic-data monorepo

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

Trying it out

# install dependencies
yarn install

# run the SSR example
yarn example:ssr

The example (a razzle app) by default will run on localhost:3000 🎉

Documentations Netlify Status

The documentations live at: https://react-isomorphic-data.netlify.com/