Fork me on GitHub
#re-frame
<
2020-12-21
>
skykanin23:12:44

So I'm trying to use `re-frame-http-fx-alpha` to fetch some initial data using an http GET request and add it to my database by calling the event from my init function and then subscribing on parts of the data in one of my views, but with this code I get an error which I don't quite understand.

skykanin23:12:53

this is the error message:

p-himik08:12:57

The error message talks about something named no-handler. I don't see anything like that in your code so it must be coming from somewhere else. Maybe :http fx handler?

superstructor20:12:16

I havn't touched re-frame-http-fx-alpha in over a year. There is an example at https://github.com/day8/re-frame-http-fx-alpha-example Or consider using https://github.com/superstructor/re-frame-fetch-fx which is just the stable work extracted from re-frame-http-fx-alpha. @UFSTV75C6 @U2FRKM4TW

👍 9