This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-24
Channels
- # babashka (6)
- # beginners (11)
- # calva (4)
- # clojure (12)
- # clojure-madison (2)
- # clojure-norway (25)
- # clojure-spec (8)
- # clojure-sweden (1)
- # clojurescript (17)
- # datalevin (1)
- # datomic (8)
- # events (5)
- # ghostwheel (1)
- # hyperfiddle (16)
- # off-topic (16)
- # pedestal (1)
- # reagent (6)
- # reitit (1)
- # releases (3)
- # scittle (1)
- # shadow-cljs (5)
- # specter (2)
- # squint (4)
I am not familiar with any other attempts at this but I've been thinking along those lines as well. The other idea I had was using xstate for this as I just wanted the query caching and refresh logic, not the react hook interface. Some prior art here https://imfeld.dev/writing/swr_with_xstate
I'm curious with query-core
are you planning to store js data structures or cljs data structures?
oh, it looks cool! 🙂 I succeeded. @tanstack/query-core with reagent reaction. I'm using it in our production project. it stores cljs data structure. (without tanstack query's structure sharing)
yeah. I can use reaegnt reaction with deref @. I don't mind rules of Hooks (until new react 18 features...)