Morning folks. 👋 Hope everyone had a good weekend.
Having been out and about the last two, this one was penance through form filling.
Morning 👋. Been playing with fulcro a lot of the weekend, trying to wrap my head around it
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
It's not opinionated at all about how you persist data
And it's built for both client and server side rendering with naked react
It's hard to learn because there's a ton of new concepts that are all tied together
Interesting. How is it a graphql api at its core? Literally graphql or just similar to it?
Uses EQL+pathom at core