6 ms·
If you're looking for potential alternatives to REST and GraphQL, I suggest checking out how Fulcro [1] works together with Pathom [2] using EQL [3]. It's a da
by ptttr 7y ago
If you're looking for potential alternatives to REST and GraphQL, I suggest checking out how Fulcro [1] works together with Pathom [2] using EQL [3].
It's a data-driven full-stack application programming system centered around graph-based UI and data management implemented in Clojure [4].
While React lets you be declarative about your UI, Fulcro lets you be declarative about your entire system - both backend and frontend.
Check out this discussion too: https://news.ycombinator.com/item?id=21743720 https://news.ycombinator.com/item?id=21743720
[1] https://fulcro.fulcrologic.com/ https://fulcro.fulcrologic.com/
[2] https://github.com/wilkerlucio/pathom https://github.com/wilkerlucio/pathom
[3] https://github.com/edn-query-language/eql https://github.com/edn-query-language/eql
[4] https://clojure.org/ https://clojure.org/
- palberg7 7y agoInteresting, thanks