|
|
|
Ask HN: Other than REST and GraphQL, what do you guys use?
|
|
25 points
by palberg7
2365 days ago
|
|
I'm building a web app and REST and GraphQL seem to be overkill for what I want to achieve. All I want is to get data for my React front-end and do couple of HTTP POSTs. I'm thinking of simply creating express routes (I'm using Node.js) and using JSON but it seems cumbersome. Or is that a common practice? I'm wondering what the alternatives to REST and GraphQL are. Curious to know what y'all use for simple web apps. |
|
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
[1] https://fulcro.fulcrologic.com/ [2] https://github.com/wilkerlucio/pathom [3] https://github.com/edn-query-language/eql [4] https://clojure.org/