Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Ketting bindings for React
- Host: GitHub
- URL: https://github.com/badgateway/react-ketting
- Owner: badgateway
- License: mit
- Created: 2020-05-04T17:38:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T07:45:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T22:10:21.425Z (about 2 months ago)
- Topics: api, hacktoberfest, hateoas, hateoas-hal, hypermedia, javascript, react, rest, typescript
- Language: TypeScript
- Homepage:
- Size: 1.46 MB
- Stars: 19
- Watchers: 9
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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