oliyh / martian

The HTTP abstraction library for Clojure/script, supporting OpenAPI, Swagger, Schema, re-frame and more
MIT License
526 stars 45 forks source link

Make initialisation of re-frame simpler #95

Closed oliyh closed 3 years ago

oliyh commented 3 years ago

Requests made before init has completed should be queued up and sent when it's ready. Don't want the user to have to use core async.