sync / bs-apollo

Minimal @apollo/react-hooks bindings written in ReasonML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bs-apollo

Minimal @apollo/react-hooks bindings written in ReasonML

Installation

# yarn
yarn add @dblechoc/bs-apollo

# or npm
npm install --save @dblechoc/bs-apollo

Then add it to bsconfig.json:

"bs-dependencies": [
  "bs-apollo"
]

Publishing to NPM

yarn publish --minor --access public

About

Minimal @apollo/react-hooks bindings written in ReasonML


Languages

Language:Reason 50.5%Language:TypeScript 48.8%Language:JavaScript 0.7%