#
suspense
Here are 112 public repositories matching this topic...
Web. Components. 😂
-
Updated
Jun 8, 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
Jul 1, 2020 - TypeScript
Open
[docs] SSR guide
ntucker
commented
Nov 4, 2019
Describe the solution you'd like
Include multiple methods like:
- react-lightyear
- simply using the suspense fallback mechanism and not loading any data
- integration with things like after.js (using something similar to https://resthooks.io/docs/guides/no-suspense)
Ideally example code will have been tested.
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
Jun 7, 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
Jun 17, 2020 - TypeScript
React custom hooks for data fetching with Suspense
-
Updated
Jun 23, 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
Jun 8, 2020 - JavaScript
-
Updated
Jun 20, 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
dstroot
commented
May 27, 2019
No sure what rights are needed for a GH token to use the API.
Easily fetch json data in your React components, with similar APIs to react-apollo, and Suspense SSR 🎉
-
Updated
Jun 7, 2020 - TypeScript
React Suspense x React Router Exploration
-
Updated
Mar 30, 2018 - JavaScript
Immutable state store for react apps with suspense integration.
-
Updated
Apr 15, 2020 - TypeScript
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