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: 10 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,485 |
orange-opensource/hurl | A command line tool for testing and running HTTP requests with plain text format. | 13,103 |
ilyalesik/react-fetch-hook | Provides a convenient way to use the Fetch API in React applications | 349 |
matthewp/haunted | A React Hooks API implementation for web components using Lit HTML or HyperHTML. | 2,617 |
node-fetch/node-fetch | A module that enables a standard HTTP client API on Node.js | 8,782 |
jaredpalmer/the-platform | Provides React Hooks and components for accessing browser APIs in a Suspense-friendly manner. | 4,402 |
erikras/react-redux-universal-hot-example | A starter boilerplate for a universal web application using React, Redux, and Express | 11,990 |
vercel/swr | A React Hooks library for efficient and reliable data fetching. | 30,557 |
react-hook-form/react-hook-form | A library that provides form state management and validation features | 41,583 |
gavv/httpexpect | A toolkit for building and testing HTTP/REST APIs with a focus on ease of use and flexibility | 2,553 |
matthew-andrews/isomorphic-fetch | Enables cross-browser compliant use of the Fetch API in Node and browser environments. | 6,953 |
reactgo/reactgo | A full-stack React application template with universal Redux and server-side rendering capabilities | 2,803 |
reasonml/reason-react | An interface layer between React and the Reason programming language | 3,249 |
kevinsawicki/http-request | A simple convenience library for using HttpURLConnection to make requests and access the response. | 3,356 |
openfeign/feign | Simplifies the process of writing Java HTTP clients by providing a simpler and more flexible way to interact with web services. | 9,506 |