-
We currently use an imperative approach to load/unload information in the system.
For instance, to load plugins / loadables / configs.
This approach makes it hard to update any structure of the syst…
-
### Description
Heya. Is there a way to open a modal, while passing props and keep their reactivity?
```ts
const localModalValue = ref(false);
const isLoading = ref(false);
useModal().open(MyM…
-
### Describe the bug
I have a Nuxt 3 app and in it a page with a Tres.js scene. The scene contains `` which casts a shadow. When navigating away from the page with the scene and navigating back to th…
-
Resolves #57
This branch of [TanStack/query](https://github.com/TanStack/query/tree/svelte-5-adapter) is working on adding support for Svelte 5 and rune-based reactivity. This issue will track a s…
-
### Description
Hi,
I have a reactive map in a store (its a [SvelteMap](https://svelte.dev/docs/svelte/svelte-reactivity#SvelteMap)) and I am not really sure that's the correct way to do this. Howev…
-
Just upgraded to vue 3.5.1 and it seems the reactive system in the latest from Vue is causing issues like below. Vue 3.4.38 worked just fine.
```
runtime-core.esm-bundler.js:51 [Vue warn]: Unhand…
-
### Describe the bug
In DataTable with virtual scrolling, deep reactivity does not work.
### Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-wtcryp?file=src%2FApp.vue
### Pri…
-
### XState version
XState version 5
### Description
When using a state machine with vue, I've noticed that reading part of the context in a component through useSelector or a computed wouldn't wor…
-
Currently we use basic HTML, CSS, and Vanilla JS to implement the WebView UIs and associated reactivity. Implementing reactivity in vanilla JS is highly verbose. It might be worth considering migratin…
-
Hey, any reason not to make the framework reactive? Having to `.refresh` after making an uncontrolled change rather than reactive programming like MobX, Svelte or Vue is rather frustrating :]