thorn132

Results 2 issues of thorn132

The `eval` method for sending data to JavaScript cannot handle large payloads. In the following example, it freezes both the WebView and the backend when the payload exceeds 100k elements...

enhancement
desktop

**Problem** Reading a resource (e.g. by `res.read()`, `res.value()`, or `res.state()`) breaks reactivity on the component that performed the read. **Steps To Reproduce** ```rust #[component] fn App() -> Element { let...

bug
hooks