#
suspense
Here are 115 public repositories matching this topic...
Web. Components. 😂
-
Updated
Sep 7, 2020 - TypeScript
react
fetch
graphql
http
query
isomorphic
ssr
mutation
request
rest-client
suspense
react-suspense
fetch-data
react-hooks
react-cache
react-hook
reacthook
usefetch
react-usefetch
react-fetch-hook
-
Updated
Aug 29, 2020 - TypeScript
Delightful data fetching for React.
-
Updated
Sep 15, 2020 - TypeScript
Simple and powerful API client for react 👍 Use hooks or FACCs to fetch data in easy way. No dependencies! Just react under the hood.
react
fetch
hooks
ssr
rest-client
fetching
suspense
react-suspense
react-hooks
react-hook
reacthooks
reacthook
facc
fetching-data
rest-api-client
react-rest
-
Updated
Sep 11, 2020 - TypeScript
morrys
commented
May 19, 2019
Integrate the "relay-example" with usePagination.
rxjs
rxjs-observables
suspense
react-rxjs
rxjs-hooks
react-rxjs-hooks
react-rxjs-observable
concurrent-mode
-
Updated
Sep 17, 2020 - TypeScript
React Suspense workshop
-
Updated
Sep 18, 2020 - JavaScript
React custom hooks for data fetching with Suspense
-
Updated
Sep 11, 2020 - TypeScript
The suspense-friendly minimalistic sister of React Router 4.
-
Updated
Aug 11, 2018 - JavaScript
Polyfill for the React Suspense API 😮
-
Updated
Feb 23, 2019 - JavaScript
component
dynamic
lazy
code-splitting
import
bucklescript
reasonml
reasonreact
suspense
hook-component
-
Updated
Jul 20, 2020 - JavaScript
-
Updated
Jul 21, 2020 - JavaScript
Tiny global state management for React. Made for suspense & async rendering.
-
Updated
Aug 15, 2018 - JavaScript
CRA with Suspense, lazy and memo usage demo app
-
Updated
Jun 5, 2020 - JavaScript
Slides and demo app from my keynote
-
Updated
Sep 9, 2020 - JavaScript
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
Sep 16, 2020 - TypeScript
Easily fetch json data in your React components, with similar APIs to react-apollo, and Suspense SSR 🎉
-
Updated
Sep 12, 2020 - TypeScript
React Suspense x React Router Exploration
-
Updated
Mar 30, 2018 - JavaScript
A Monorepo Modular React App powered by Webpack code splitting and Yarn Workspaces
-
Updated
May 15, 2019 - JavaScript
Improve this page
Add a description, image, and links to the suspense topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the suspense topic, visit your repo's landing page and select "manage topics."


A bit of context, we introduced
swrtwo weeks ago to our codebase. Everything is working fine, but we started to get some reports about some parts of the app being broken in slightly older browsers (Chrome 49, Firefox 59, Edge 18, etc…)We found out that
swrwas causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp