This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-25
Channels
- # aws (1)
- # bangalore-clj (1)
- # beginners (15)
- # boot (4)
- # clara (7)
- # cljs-dev (7)
- # cljs-experience (3)
- # cljsrn (1)
- # clojure (143)
- # clojure-austin (2)
- # clojure-germany (1)
- # clojure-italy (11)
- # clojure-serbia (11)
- # clojure-spec (96)
- # clojure-uk (20)
- # clojurescript (70)
- # community-development (58)
- # cursive (14)
- # data-science (1)
- # datomic (45)
- # events (2)
- # fulcro (19)
- # jobs (5)
- # jobs-rus (2)
- # off-topic (40)
- # om (24)
- # onyx (3)
- # parinfer (52)
- # pedestal (6)
- # protorepl (38)
- # re-frame (15)
- # reagent (11)
- # ring-swagger (5)
- # specter (37)
- # sql (3)
- # unrepl (3)
- # vim (1)
Thanks everyone
how about
comp-class
ie [comp-class {:keys....
I can't find any info as to what that doesSorry for all the questions, and the help is much appreciatred, trying to get up to speed as quick as possible
@josh_horwitz: comp-class would be the component (equivalently class) rather than the instance of a defui.
What is mean by co-located queries?
@josh_horwitz https://en.oxforddictionaries.com/definition/co-locate - it means that the queries are located in the same place as the component, rather than somewhere else
Perfect, thanks, make sense, so everything you need you can grab off of the component itself
@currentoor Sorry, I just saw your message about test build with figwheel. There was a breaking change in fulcro. You need a newer version of fulcro-spec.
@tony.kay no worries, and thanks. I figured that out this morning, it’s working well now
no worries, you’re just one guy and there are a lot of messages in this channel 😄
i completely understand
Status update on fulcro-sql: I just pushed (on develop), and version 0.0.1-SNAPSHOT to clojars. Supports the following features now: - PostgreSQL (other databases can be added, but extension points have not been tested) - Graph Queries!!! (forward and reverse to-one and to-many, but not yet many-to-many) - Testing, seeding, server components, migrations Anyone wanting to play with it is encouraged. Early stages, but rapidly becoming useful. https://github.com/fulcrologic/fulcro-sql
I added a demo on this branch of fulcro: https://github.com/fulcrologic/fulcro/tree/feature/graph-sql-demo