-
I stumbled upon Valtio thanks to [Leigh Halliday's video titled "The easiest React global state management library - no context/providers!"](https://www.youtube.com/watch?v=p8l9LiWyQJs)
The title m…
-
When the state includes a `null` value, valtio-yjs throws an error:
```
Uncaught Error: unsupported p type
```
I encountered this when trying to synchronize an array of excalidraw elements bet…
-
Hello,
When using `proxyWithComputed` in typescript, the type is not recognized when one computed value is derived from another computed value. Here is the example I was using:
```
// if you wan…
-
Hi, I have been using valtio for several months now and decided to try using this plugin today and this is what I ran into.
Code:
```
class ActionDispatcher {
modalRenderer: IModalRenderer |…
-
Hi,
useSnapshot uses DeepResolveType as the return type which breaks the type if one of the props is a ref to a ComponentType.
```
const store: {Comp: React.ComponentType} = {Comp: () => null}
…
-
> Please save me some time and use the following template. In 90% of all issues I can't reproduce the problem because I don't know what exactly you are doing, in which environment, or which y-* versio…
-
#### Ehdotettu termi suomeksi
parlamenttitalot
#### Ehdotetut ohjaustermit
valtiopäivätalot
#### Ehdotetut temaattiset ryhmät (YSA-ryhmät)
[65 Valtio-oppi. Politiikka. Kansainvälinen politiikka](ht…
-
```ts
import { proxy, subscribe } from 'valtio/vanilla';
const state = proxy({ arr: ["1"] });
subscribe(state.arr, () => {
console.log("arr changed to:", state.arr);
});
state.arr = [];
```
…
-
Hi!
I am getting stuck and hitting a wall. Maybe I have just been working for too long.
`````
useEffect(() => {
const websocketProvider = new WebsocketProvider(
"ws://localhost:…
-
**Käsitteen tyyppi**
CONCEPT
**Ehdotettu termi suomeksi**
yhteinen maatalouspolitiikka
**Ehdotettu termi ruotsiksi**
gemensamma jordbrukspolitiken
**Ehdotettu termi englanniksi**
common agricu…