This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-12
Channels
- # aleph (61)
- # announcements (2)
- # babashka (65)
- # beginners (64)
- # calva (2)
- # clerk (1)
- # cljsrn (1)
- # clojure (60)
- # clojure-austin (7)
- # clojure-europe (13)
- # clojure-italy (2)
- # clojure-losangeles (4)
- # clojure-nl (2)
- # clojure-norway (94)
- # clojure-romania (2)
- # clojure-uk (7)
- # clojuredesign-podcast (5)
- # clojurescript (3)
- # core-typed (2)
- # datomic (42)
- # docker (24)
- # emacs (10)
- # exercism (50)
- # graphql (83)
- # honeysql (25)
- # hyperfiddle (12)
- # malli (13)
- # membrane (49)
- # off-topic (50)
- # podcasts-discuss (1)
- # re-frame (3)
- # reagent (12)
- # reitit (5)
- # releases (2)
- # remote-jobs (8)
Made a tiny rama session management module (that basically just rips off / simplifies the gallery profile_module
) just to see what it feels like. The DSL's surface area feels huge, but the docs are exhaustive and make learning feel at least somewhat tractable.
given that the reactivity primitive https://redplanetlabs.com/clojuredoc/com.rpl.rama.html#var-foreign-proxy calls :callback-fn
with "new val" (in addition to diff and old val,) it seems like integration with electric should still be rather performant (if not "fine-grained") even without differential, assuming you aren't querying any really high-cardinality collections
Oh, you did synchronous tests with RCF - I was so much taken by Rama’s reactive workflow that I didn’t realize it’s still completely possible, in many scenarios, to test synchronously. Thanks for helping me realize that!
@UABU2MMNW do you mind if I add it to my rama-dventures public repo?
I like to collect many examples for quick reference.
How much would it take to build something like this? https://youtu.be/nhTyuuDZe4w?si=qlh-MBq7AebOrCot
How can I have everyone's mouse show in the one interface like this extension https://webcursors.click
thinking... record x and y and somehow draw each mouse to the viewport... maybe absolutely positioned div? i guess that would be an easy way 😅
there are plug n play js services that take care of it too dunno if better to DIY