Skip to content

upgrade to re-frame 1.1.2+ and introduce new fx supporting 2-vector handlers #47

Open
@hipitihop

Description

@hipitihop

As of re-frame 1.1.2 there is a new interceptor available unwrap, this is the result of day8/re-frame#644 which promotes 2-vector of [event-id payload-map]

Proposal

  • For backward compatibility, introduce new fx name. This should be fully namespace qualified.
  • Consider if we want to stick with separate :on-success & :on-failure and instead have one callback e.g. :on-completion. This is prompted by recent observations that often the :on-failure path still needs to be engaged while processing a successful result in :on-success (for example, the resulting data fails Spec) and also thinking forward to handlers which may want to use statecharts.
  • Accept an optional second arg (a map) to the :on-xxxx event vec and assoc/merge results to this payload when dispatching.
  • Add optional path to the fx payload/arguments so consumers can control key collisions in their 2-vector response.
  • Better indication of the fx status (don't confuse this with actual HTTP status code) so it is easier for handlers to deal with error, success, timeout etc

Raising this issue to garner opinion or suggestions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions