fulcrologic / fulcro

A library for development of single-page full-stack web applications in clj/cljs
http://fulcro.fulcrologic.com
MIT License
1.54k stars 137 forks source link

HTTP middleware for making load/mutations work easily with JSON http APIs. #546

Open awkay opened 12 months ago

awkay commented 12 months ago

A lot of people need to access JSON APIs from within Fulcro. This has largely been left as an exercise for the reader, but is probably a significant blocker for beginners who just want to try the UI side against an existing server.

I've started a branch json-api-remote with a partial implementation and am looking for contributors that might want to polish it.

Some things that need done still: