-
## 读音
https://translate.google.com.hk/?sl=auto&tl=zh-CN&text=valtio&op=translate
芬兰语的 "状态" 一词
## 文档
https://valtio.pmnd.rs/docs/basic/proxy
-
### What version of HonoX are you using?
0.1.23
### What steps can reproduce the bug?
1. select x-basic template
2. transition app from `hono/jsx` to `@hono/react-renderer`
3. install valti…
-
What are the advantages of valtio-signal over useSnapshot?
In SolidJs signals do more targeted DOM updates so you don't tender. Is this just a wrapper around useSnapshot or are there any rendering…
-
Note This way is preferred as it is better for code splitting. (https://valtio.pmnd.rs/docs/how-tos/how-to-organize-actions)
```ts
import { proxy } from 'valtio'
export const state = proxy({
c…
-
Hi, we are using mobx-state-tree + ts in our production code for quite few years, and I am well familiar with strong and weak parts of the mst. We now started to encounter issues with memory consumpti…
-
React version:
use-sync-external-store 1.0.0, 1.1.0
## Steps To Reproduce
1. open up chrome dev tools
```js
>>> var x = await import("https://cdn.skypack.dev/use-sync-external-store")
>>…
-
![image](https://github.com/pmndrs/eslint-plugin-valtio/assets/17702287/a467a262-9871-4bbf-a997-f88c6ecd22a7)
valtio/state-snapshot-rule should not show warn in useMemo.
There are situations whe…
-
### Current Behavior
If I create a memoized component which renders a pixi element, that component will continue to render even after it is unmounted. I believe this only happens when using proxy s…
-
Let me explain in code:
```jsx
// this one updates as expected
const counterAtom = atom(0)
// this one aswell. The value is not shared when using Provider
const counterMutableAtom = mutableAtom…
-
**Describe the bug**
I am interested in exploring the use yjs in react-native and expo, using [valitio-yjs](https://github.com/dai-shi/valtio-yjs) and [y-websocket](https://github.com/yjs/y-websocket…