day8 / re-frame-http-fx

A re-frame "effects handler" for performing Ajax tasks (via cljs-ajax)
MIT License
259 stars 27 forks source link

upgrade to re-frame 1.1.2+ and introduce new fx supporting 2-vector handlers #47

Open hipitihop opened 3 years ago

hipitihop commented 3 years ago

As of re-frame 1.1.2 there is a new interceptor available unwrap, this is the result of day8/re-frame#644 which promotes 2-vector of [event-id payload-map]

Proposal

Raising this issue to garner opinion or suggestions