re-frame

Tom H. 2025-11-05T06:17:28.075339Z

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?

p-himik 2025-11-05T06:20:08.284929Z

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.

👍 1
Tom H. 2025-11-05T06:42:23.191459Z

Sounds good 🙂 just wanted to check before writing it