fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
2021-03-14T03:06:31.289200Z

@zane I don’t believe so. Here’s the spec in case you didn’t see it : https://edn-query-language.org/eql/1.0.0/specification.html Of course, if you’re using Datomic then you can just create a Pathom resolver that uses Datomic’s reverse lookup to return the data you need.

1
tony.kay 2021-03-14T05:25:44.291Z

See #announcements for a 3.4.20 release announcement. It includes a fun new addition that brings a whole new way of writing Fulcro apps, and makes it trivial to use Fulcro from within any React application (vanilla or otherwise).

tony.kay 2021-03-14T05:30:19.291900Z

This, combined with the fact that Fulcro doesn’t care if you replace its state atom with one of your own, means that using Fulcro inside of something like Reframe with a shared atom is now even easier.

👏 11
2
8