-
React version: 18.2 or 18.3
## Steps To Reproduce
1. Use this code:
```jsx
import { useState, useEffect } from "react";
export default function App() {
const [show, setShow] = useState…
-
I am interested in exploring the use valtio in react-native and expo, using [valitio-yjs](https://github.com/dai-shi/valtio-yjs) and [y-websocket](https://github.com/yjs/y-websocket). I've started by…
-
It would seriously ease the process of building something isomorphic if componentWillMount could return a promise and that react would delay rendering until that promise is resolved. I have seen attem…
-
Why are we subscribing to the persistor after the component renders? This breaks redux-persist for isomorphic applications because the server does not rerender since the html has already been sent to …
-
## Add-ons for managing data and APIs
`Component` needs an easy way of importing, querying, saving, and syncing external data.
The benefits of easily managing external data:
- access large da…
-
Just a list of things and ideas that worth trying to improve compilation speed and reduce bundle size:
- [HardSourceWebpackPlugin](https://github.com/mzgoddard/hard-source-webpack-plugin)
- [DllPl…
-
I setup a react typescript project using `npm init @vitejs/app` and added isomorphic-git as a dependency.
On running the project locally, I am getting the following error:
```
Uncaught TypeError: C…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
```
=== npm audit security report ===
┌────────────────────────────────────────────────────…
-
I'm building a simple isomorphic app with nodejs/react and I'd like to try out this method of styling.
Where would I call `SmartCss.injectStyles()`, considering my components are initially rendered o…