This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-18
Channels
- # announcements (6)
- # aws (1)
- # babashka (47)
- # beginners (50)
- # calva (65)
- # cider (4)
- # clj-commons (17)
- # clj-kondo (44)
- # clojure (150)
- # clojure-europe (41)
- # clojure-nl (4)
- # clojure-spec (1)
- # clojure-sweden (4)
- # clojure-uk (6)
- # clojurescript (15)
- # clr (1)
- # conjure (1)
- # core-async (7)
- # cursive (5)
- # datomic (12)
- # events (2)
- # fulcro (17)
- # graphql (12)
- # introduce-yourself (1)
- # jackdaw (5)
- # jobs (2)
- # lsp (52)
- # malli (5)
- # meander (3)
- # minecraft (2)
- # missionary (2)
- # off-topic (10)
- # other-languages (9)
- # reitit (9)
- # remote-jobs (1)
- # ring (8)
- # rum (7)
- # shadow-cljs (9)
- # sql (2)
- # tools-deps (20)
- # xtdb (12)
Morning, folks!
Morning!
Good morning!
Morning! I've been learning stuff about shadow-cljs managed node-repl
and also that you never should use enable-console-print!
in shadow projects: https://github.com/BetterThanTomorrow/calva/issues/1468
hmmkay... https://github.com/babashka/obb/issues/31 care to give a tl;dr?
Most of the issue is about the node-repl. The part about console-print is here: https://github.com/BetterThanTomorrow/calva/issues/1468#issuecomment-1014781194
Good Arvo! (Australian colleague taught us that itâs an Aussie slang for afternoon đŠ)
@borkdude @ordnungswidrig I wrote a few words about my Rum adventure combining server- and client-side rendering: https://github.com/kuhumcst/DanNet/blob/master/doc/web.md
Nice writeup. I had implemented this model experimentally in an application once and I liked it.
It got tricky when I had resources to represent different business entities which are shown on a single page. I wanted to represent the business entities in individual resource to leverage caching and authorisation. Did you think of that, too?
Hm⊠itâs not really an issue yet since the system is just a basic RDF browser at this point (+ a search endpoint). Iâll have to see what kind of issues I run into once I need to implement more complex behaviour, e.g. an admin interface. For now, I donât see why that wouldnât also work, though.
I love how smooth Rum makes it to seamlessly let every server page transform into an SPA.
Hm, maybe I will. Doesnât seem quite enough content to be an âarticleâ, though, itâs mostly just written as a note-to-self for when I revisit this project in the future.
There are important learnings there, that can save time and sanity for others. But I agree it is a bit hard to unpack unless the reader has a similar context in mind. Maybe you can release it as an MVP of a more âworkedâ article? đ
@U0ETXRFEW now rewritten as an essay.
Awesome! The article you posted in #news-and-articles has a last commit 5 days ago. Is that still the right one?