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
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👍
2020-12-23T23:42:22.024400Z

Trying to use https://github.com/superstructor/re-frame-fetch-fx effect handler which wraps the js fetch api, but for some reason I keep getting this error "nth not supported on type PersistentArrayMap" with a callstack that isn't very helpful. After some debugging I've figured out that something must be wrong with my "fetch-pokemon2" effect which is supposed to run all the effect in the list associated with the :fx keyword. If I replace :fetch-pokemon2 with my :test effect which only runs the first effect generated from the list in :results body it works just fine. Am I using :fx incorrectly?

2020-12-23T23:50:29.025400Z

2020-12-23T23:50:31.025700Z

the map returned from :fetch-pokemon2 is of this form