clojure-australia

Hugh Powell 2021-02-28T23:08:41.005100Z

Morning folks. 👋 Hope everyone had a good weekend.

Hugh Powell 2021-02-28T23:10:07.005900Z

Having been out and about the last two, this one was penance through form filling.

lsenjov 2021-02-28T23:24:29.006500Z

Morning 👋. Been playing with fulcro a lot of the weekend, trying to wrap my head around it

1👋
lsenjov 2021-03-04T22:56:27.011300Z

I've tried learning it before and didn't quite get it last time, but it's very interesting. At it's core, it's a graphql api with a renderer

lsenjov 2021-03-04T22:56:47.011500Z

It's not opinionated at all about how you persist data

lsenjov 2021-03-04T22:57:18.011700Z

And it's built for both client and server side rendering with naked react

lsenjov 2021-03-04T22:57:58.011900Z

It's hard to learn because there's a ton of new concepts that are all tied together

anonimitoraf 2021-03-05T01:54:09.013400Z

Interesting. How is it a graphql api at its core? Literally graphql or just similar to it?

lsenjov 2021-03-05T02:12:35.013600Z

Uses EQL+pathom at core

1👍