use-http
HTTP request hook
A React hook for making isomorphic HTTP requests with features like server-side rendering support and built-in caching.
🐶 React hook for making isomorphic http requests
2k stars
18 watching
114 forks
Language: TypeScript
last commit: 12 months ago
Linked from 1 awesome list
fetchfetch-datagraphqlhttpisomorphicmutationqueryreactreact-cachereact-fetch-hookreact-hookreact-hooksreact-suspensereact-usefetchreacthookrequestrest-clientssrsuspenseusefetch
Related projects:
Repository | Description | Stars |
---|---|---|
react-native-community/hooks | Provides React Native APIs turned into reusable building blocks for functional components | 3,495 |
orange-opensource/hurl | A command line tool for testing and running HTTP requests with plain text format. | 13,431 |
ilyalesik/react-fetch-hook | Provides a convenient way to use the Fetch API in React applications | 348 |
matthewp/haunted | A React Hooks API implementation for web components using Lit HTML or HyperHTML. | 2,620 |
node-fetch/node-fetch | A module that enables a standard HTTP client API on Node.js | 8,807 |
jaredpalmer/the-platform | Provides React Hooks and components for accessing browser APIs in a Suspense-friendly manner. | 4,399 |
erikras/react-redux-universal-hot-example | A starter boilerplate for a universal web application using React, Redux, and Express | 11,988 |
vercel/swr | A React Hooks library for efficient and reliable data fetching. | 30,715 |
react-hook-form/react-hook-form | A library that provides form state management and validation features | 41,896 |
gavv/httpexpect | A toolkit for building and testing HTTP/REST APIs with a focus on ease of use and flexibility | 2,569 |
matthew-andrews/isomorphic-fetch | Enables cross-browser compliant use of the Fetch API in Node and browser environments. | 6,952 |
reactgo/reactgo | A full-stack React application template with universal Redux and server-side rendering capabilities | 2,804 |
reasonml/reason-react | A library that provides bindings and support for integrating React with the Reason programming language | 3,251 |
kevinsawicki/http-request | A simple convenience library for using HttpURLConnection to make requests and access the response. | 3,360 |
openfeign/feign | Simplifies the process of writing Java HTTP clients by providing a simpler and more flexible way to interact with web services. | 9,529 |