Minimalistic REST API client for React inspired by Apollo.
Dmitriy Pleshevskiy
e9c18c9fea
feat(context): add context for request feat(client): add hook for get memo rest client feat(endpoint): add endpoint object for configure rest methods feat(request): add request hook refac(request): return cached data for same query refac(request): remove void variables for endpoints feat(request): add headers to request cache |
||
---|---|---|
src | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc.yml | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
react-rest-request
Minimalistic REST API client for React inspired by Apollo.
Installation
npm install react-rest-request