#
data-fetching
Here are 55 public repositories matching this topic...
Delightful data fetching for React.
-
Updated
Aug 27, 2021 - TypeScript
Simple & Efficient data access for Scala and Scala.js
-
Updated
Aug 27, 2021 - Scala
Asynchronously resolve data for your components, with support for server side rendering.
-
Updated
Aug 26, 2021 - JavaScript
react
graphql-client
graphql
relay
magic
babel-plugin
codegen
data-fetching
react-query
relay-hooks
recoiljs
-
Updated
Aug 3, 2021 - TypeScript
A custom React hook for simple data fetching with React Suspense
react
fetch
hooks
data
async
reactjs
cache
data-fetching
custom-hook
suspense
react-suspense
react-hooks
react-cache
react-hook
-
Updated
Aug 12, 2021 - TypeScript
aravindet
commented
Nov 5, 2019
Primary goal: Add typings to the published NPM modules.
Secondary goal: Get type checks into the development workflow for Graffy itself.
The preferred approach is to use JSDoc-style function annotations (that TypeScript supports) rather than converting to Typescript syntax.
A state management library for data fetches in React
-
Updated
Aug 13, 2021 - JavaScript
Declarative data-fetching and caching framework for REST APIs with React
-
Updated
Aug 2, 2021 - JavaScript
mtomcal
commented
Aug 26, 2020
Open
Logo
2
raibima
commented
Apr 21, 2018
What's a cool project without a logo?
Comment down your proposed design! The one with the most
A react package that exports hooks for handling the request lifecycle
-
Updated
Apr 21, 2021 - TypeScript
Endpoint agnostic, unidirectional data fetching library for React applications
-
Updated
Aug 13, 2021 - JavaScript
A React handy component to render infinite, onScroll fetched, data lists.
-
Updated
Aug 10, 2021 - JavaScript
Simple data fetching plugin for Choo with server-side rendering support
-
Updated
Apr 9, 2018 - JavaScript
Illuminate your REST API 💡 with React hooks and a centralized cache.
-
Updated
Aug 12, 2021 - TypeScript
Convert a promise returning function into a suspense compatible resource.
-
Updated
Dec 27, 2020 - TypeScript
SPA with React Router 4, code splitting with React Loadable
react
redux
babel
webpack
react-router
universal
expressjs
code-splitting
data-fetching
dynamic-import
react-router-4
react-loadable
-
Updated
Oct 1, 2019 - JavaScript
Visualizing the importance of keeping COVID-19's effective reproduction number below 1.
react
javascript
bootstrap
simulation
nextjs
react-bootstrap
data-visualization
vega
vega-lite
rt
katex
data-fetching
interactive-visualization
jstat
data-forge
swr
coronavirus
covid-19
covid
effective-reproduction-number
-
Updated
Aug 13, 2021 - JavaScript
Reactive, data-fetching stores with stale-while-revalidate strategy
-
Updated
Jun 15, 2021 - TypeScript
React server-side rendering without special APIs
-
Updated
Aug 27, 2021 - JavaScript
A Java experiment on declarative data fetching
-
Updated
Aug 12, 2021 - Java
A redux middleware that lets you use your own data fetching and expose the results in a suspense compatible way
-
Updated
Feb 7, 2020 - JavaScript
Fetch data with React hooks and RxJS
-
Updated
Dec 26, 2019 - TypeScript
-
Updated
Aug 1, 2020 - TypeScript
React library for creating Suspense-ful cached resources
-
Updated
Aug 11, 2021 - TypeScript
Fetch data using Promises. Pinky swear!
-
Updated
May 8, 2021 - JavaScript
Out of This World - web feed created with React and Bootstrap
-
Updated
Jan 6, 2021 - JavaScript
Hook-based library for simple yet flexible data fetching and display in React apps
-
Updated
Aug 12, 2021 - TypeScript
Improve this page
Add a description, image, and links to the data-fetching topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-fetching topic, visit your repo's landing page and select "manage topics."


We can use mark the properties of the SWR return state readonly, to avoid modifying them. For example it's dangerous to directly modify the
dataobject, which could cause an infinite loop of rerender.