I'm currently setting up a system for retrying http requests, it's marked as "not ready" but does anyone use https://github.com/day8/re-frame-http-fx-alpha ? Or something similar?
I'd either use https://github.com/superstructor/re-frame-fetch-fx or write my own. It's a small amount of trivial code if you don't need it to be utterly generic, like a public library.
Sounds good 🙂 just wanted to check before writing it