This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-04
Channels
- # admin-announcements (1)
- # adventofcode (98)
- # announcements (5)
- # asami (3)
- # babashka (24)
- # beginners (51)
- # bitcoin (3)
- # calva (24)
- # clj-kondo (73)
- # cljdoc (5)
- # cljs-dev (2)
- # clojure (15)
- # clojure-czech (3)
- # clojure-dev (27)
- # clojure-europe (7)
- # clojure-gamedev (1)
- # clojure-italy (2)
- # clojure-uk (1)
- # conjure (4)
- # cursive (18)
- # datahike (4)
- # datomic (3)
- # deps-new (7)
- # emacs (1)
- # events (10)
- # fulcro (5)
- # honeysql (4)
- # jackdaw (2)
- # java (13)
- # lsp (85)
- # meander (9)
- # membrane (1)
- # minecraft (1)
- # off-topic (45)
- # re-frame (16)
- # sql (17)
- # tools-deps (10)
- # vscode (9)
- # xtdb (8)
Can I use re-frame together with for example luminus so I can have multiple pages with on some pages some react stuff ?
You can, but the law of diminishing returns applies. The more stuff you use around roughly the same idea, the harder it will be to manage, the larger your bundle size will be.
hmm, then I have to re-think my idea of making a website for a volunteer orginisation to keep tracks of the subscriptions, members and what toys are borrowed by who
Ah, I should've mentioned - I know 0 about Luminus. I was assuming that it's a full-stack framework that also provides some UI affordances. If it does not and it's only a backend framework, or if you won't use that UI part of Luminus, then using re-frame should be just fine.
just learning re-frame and wonder if I make a good choice to make that site in the future with clojure and re-frame
If there are no constraints whatsoever, it seems to be a good project where you will be able to learn a lot. If there are time constraints, of course go with the option you already know the best.
I will try. On the organisation where im volunteer. People can borrow for 4 weeks toys if they have a subscription. So on the website I would make some pages where all the toys are displayed on categories like a web catalog so we can keep track of whcih toys are borrowed by which person. Also we want to know if theta person has paid for the subscription. Maybe later I will add code so we also can keep track what amount of fee someone has to pay if the person is too late with brining back the toys and if the person has paid the fee
We have now a system on a computer to keep track of the borrowing but that one cannot talk to our web catalog