Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/badgateway/react-ketting

Ketting bindings for React
https://github.com/badgateway/react-ketting

api hacktoberfest hateoas hateoas-hal hypermedia javascript react rest typescript

Last synced: about 2 months ago
JSON representation

Ketting bindings for React

Awesome Lists containing this project

README

        

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