react-ketting
Version:
Ketting bindings for React
29 lines (18 loc) • 704 B
Markdown
Ketting bindings for React
==========================
This package provides [React][1] [hooks][2] and other integrations to
[Ketting][3], the generic REST client.
The API is heavily inspired by [Apollo Client][4].
Everything is written in Typescript, and it's recommended (but not required)
to use this package.
Installation
------------
npm i ketting react-ketting
Documentation
-------------
The full documentation for this package can be found on the [Ketting Wiki][5].
[1]: https://reactjs.org/
[2]: https://reactjs.org/docs/hooks-intro.html
[3]: https://github.com/badgateway/ketting
[4]: https://www.apollographql.com/docs/react/
[5]: https://github.com/badgateway/ketting/wiki/React