-
**Describe the bug**
I copied the parallax horizontal code. It doesn't work but when I removed the pagination the carousel works. And I want to use the pagination
**To Reproduce**
S…
-
You may know me as a low-key maintainer, that I have been putting this on maintenance mode for a while.
With a nod from @PabloSzx, we are now open to sponsors!
It means a few things,
1. More …
-
### Provide a general summary of the issue here
We've encountered an unexpected runtime error while attempting to server-side render `` lazy-loaded components using Next.js.
### 🤔 Expected Behavio…
-
-
Quote from [here](https://hackernoon.com/boosting-react-app-performance-a-guide-to-lazy-loading-and-suspense):
> Lazy loading is a strategy that defers the loading of non-essential resources until th…
-
I think you can replace this code
https://github.com/upstash/jstack/blob/ee3f48a4f07f172c4d191cf2a1b597e3144da76c/src/app/page.tsx#L13-L24
with an even easier implementation by using `ReactQuery…
-
### Description
I want to call a function on my smart contract for which I'm using wagmi's `useWriteContract` hook.
The problem is the hook is not erroring out or firing the transaction. Since, t…
-
### Description
The playground [ssr-react](https://github.com/vitejs/vite-plugin-react/tree/main/playground/ssr-react) uses in the `entry-server.jsx` the method `ReactDOMServer.renderToString` whic…
-
While #6787 was developed, it was seen that using React Suspese at the app level generates the navigation problems described below. (React Suspense makes it possible to switch the rendering from SSR t…
-
## Summary
```tsx
import { Suspense, use, useState } from "react";
const f = async (wait) => {
await new Promise((resolve) => setTimeout(resolve, wait));
return new Date();
};
const A…