Fork me on GitHub
#fulcro
<
2017-08-25
>
josh_horwitz01:08:33

Thanks everyone

josh_horwitz01:08:31

how about

comp-class
ie
[comp-class {:keys.... 
I can't find any info as to what that does

josh_horwitz01:08:12

Sorry for all the questions, and the help is much appreciatred, trying to get up to speed as quick as possible

cjmurphy02:08:19

@josh_horwitz: comp-class would be the component (equivalently class) rather than the instance of a defui.

josh_horwitz13:08:47

What is mean by co-located queries?

sundarj13:08:39

@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

sundarj13:08:56

in Fulcro, it means that the queries are defined on the components

josh_horwitz13:08:04

Perfect, thanks, make sense, so everything you need you can grab off of the component itself

sundarj14:08:38

exactly 🙂

tony.kay16:08:47

@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.

currentoor16:08:04

@tony.kay no worries, and thanks. I figured that out this morning, it’s working well now

tony.kay16:08:07

or vice-versa…you have a mismatch

tony.kay16:08:09

ok, great. Sorry about that

currentoor16:08:50

no worries, you’re just one guy and there are a lot of messages in this channel 😄

currentoor16:08:18

i completely understand

tony.kay22:08:42

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

tony.kay23:08:02

To try it, you need to install postgresql. Then run the demos as normal and follow the instructions in the sql-graph-query-cards.

limist23:08:08

Noob question re. Fulcro please: Any plans/info about using it with React Native? To fulfill the dream of ~ 1 language, 1 codebase → 3 platforms (web, Android, iOS)...