This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-04
Channels
- # announcements (5)
- # beginners (124)
- # boot (43)
- # braveandtrue (8)
- # calva (1)
- # cider (44)
- # cljs-dev (1)
- # clojure (188)
- # clojure-canada (3)
- # clojure-germany (1)
- # clojure-italy (5)
- # clojure-nl (13)
- # clojure-russia (1)
- # clojure-spec (14)
- # clojure-uk (42)
- # clojurescript (94)
- # core-async (5)
- # cursive (5)
- # datomic (45)
- # duct (3)
- # emacs (6)
- # figwheel-main (93)
- # fulcro (22)
- # graphql (3)
- # hyperfiddle (1)
- # leiningen (3)
- # off-topic (1)
- # pedestal (1)
- # play-clj (1)
- # portkey (1)
- # re-frame (17)
- # reagent (71)
- # remote-jobs (2)
- # rum (3)
- # shadow-cljs (45)
- # spacemacs (17)
- # specter (18)
- # tools-deps (27)
- # unrepl (1)
- # vim (3)
Agreed! I can help with any Redux questions as well, using it professionally for a while, re-frame API simplifies the shit out of it!
I was actually working on an article to map the 2 together to make it easier for devs coming from Redux
I will, should be done by morning
I think event handling should fall somewhere between middlewares/sagas and event dispatchers into action/action creators. But it’s just my understanding 🙂
Would love some feedback before I post it out to a larger audience, thanks all!
btw, I read frequently questions on complex async flows, and because re-frame events are “more open” and omni/multidirectional compared to Redux’s unidirectional flow of events, it’s quite hard to catch the context of event handling in the middle of chain of events. But enterprise-grade apps already solved that using correlation IDs: https://www.enterpriseintegrationpatterns.com/patterns/messaging/CorrelationIdentifier.html https://blog.rapid7.com/2016/12/23/the-value-of-correlation-ids/ I’ve done it in my project (although in a little of crippled way), and I find it quite liberating. Thought of writing some kind a post, but, alas, I’m not going to work on that project.
It’s all hooked up but I don’t seem to be able to get it to expand to fill the space like a standard textarea
I have the feeling that I need to apply some style to the box or the text-area or somewhere else but cannot figure it out after a decent amount of poking
Here’s a quick starter that I put together (stole a lot of) and added in using Antizer so you can use Ant design.