Skip to content

"Higher" level Frame API? #15

@mauricioszabo

Description

@mauricioszabo

Hi, I've been using this fork of re-frame and I'm loving so far! Great work!

I have a suggestion: currently, to create a frame, I need to remember to run:

(doto (re-frame.frame/make-frame)
      fx/register-built-in!
      cofx/register-built-in!)

Also, some functions expect you to pass a vector at the last argument because of the protocol varargs limitation. Can we have a higher-level API that one can use without those quirks?

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