re-frame

https://github.com/Day8/re-frame/blob/master/docs/README.md https://github.com/Day8/re-frame/blob/master/docs/External-Resources.md
2020-12-21T23:26:44.000400Z

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.

2020-12-21T23:26:53.000800Z

this is the error message:

p-himik 2020-12-22T08:32:57.003600Z

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?

superstructor 2020-12-23T20:23:16.023500Z

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. @nicholas.jaunsen @p-himik

👍 3