[solved] DB change not being reactive?
Isn't
So, I tried
Thoughts?
createResource reactive? I have one and when I changed the value in the db the fetcher didn't respond. Or is reactivity just within the code base interactivity? Or should I be using createMemoSo, I tried
createMemo together with createEffect but that doesn't seem to be working either. My initial try was with createResourceThoughts?
