There is supposedly a discord channel for speakers at clojureconj. I’m confused about how to find it. The link seems to be https://discord.gg/Bjy8SKMh, but that link doesn’t lead me to the discord channel; it only leads me to discord.
I think you need to register for Discord first
Have you "pinged Alex Miller or Magdalena to get added"?
There's also a #clojure-conj channel btw
maybe I just don’t have access?
Seventh Func Prog Sweden 2025 Tuesday, Sep 23 · 12:00 PM to 2:00 PM EDT Includes #hyperfiddle Electric + #rama - a Clojure stack from the future? by @felix.kauppi.alm Event page: https://www.meetup.com/func-prog-sweden/events/310599536/ Livestream link: https://www.youtube.com/live/McmbN57oo8A
Could be a good blog postAgreed! Have not seen too much discussion around routing with Electric.
Looking forward to it!
Rama and Hyperfiddle, the two Clojure technologies I am most interested in at the moment!
Since there's a clojure talk there, isn't this off-topic for #off-topic :) ? (As in, I'd post this to #events)
I think this can go in to events
@felix.kauppi.alm Thanks for the presentation! I might have missed it, but what do you use for routing: Reitit?
@stefcoetzee Correct, we're using Reitit. There was a question around routing of data between client and server, that is all handled by Electric. I might have interpreted the question wrong if that was you. Routing between client and server needs synced context, like which route the client is currently on. So when on server side, we can seamlessly use the route value to fetch whatever data we need based on the route. Could be a good blog post
Is there a recording or an AI summary?