-
Add examples directory in valtio repository so people can try live examples or list of codesandboxes examples in the readme of this repo, I can add a PR if you would welcome that.
Also, an example …
-
Currently, the package' export map looks like this:
```json
{
"types": "./utils.d.ts",
"module": "./esm/utils.js",
"default": "./utils.js"
}
```
However, most bundlers that uses the …
-
Steps to reproduce:
1. Go to https://codesandbox.io/s/infallible-bouman-jns1g?file=/src/App.js
2. Press Add
3. Press the remove button
Note that the problem does not happen when you actually r…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like (…
-
The following errors were reported by 4.9.0-dev.20220825, but not by 4.8.2
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipel…
-
Based on:
- [Investigate adding a proxy-based selector API](https://github.com/reduxjs/react-redux/issues/1502)
- [useTrackedState from reactive-react-redux](https://github.com/reduxjs/react-redux/p…
-
`watch` (pending name) is a proposed function exportable from `valtio` that allows automatically tracking valtio instances instead of explicitly declaring the `valtio` instances you need to watch (sub…
-
Sulkutarkenteisiin ja kahden eri käsitteen samankaltaiseen termiin (pref tai old) kaivataan linjanvetoa. Koostekäsitteiden läpikäynnissä ja toisaalta englantia käännettäessä on tullut haasteita keksiä…
-
is there a way to delay notification to subscribers? i.e something like this?
```js
p = proxy({a: 1, b: 2})
subscribe(p, console.log)
p.suspendNotify()
p.a = 2
p.a = 1 // this is the sam…
-
I'm running into a strange issue where only the first change to a field is triggering a notification to the event listeners on the field. It's hard to provide a clean code sample because it's happenin…