freerange icon indicating copy to clipboard operation
freerange copied to clipboard

"Higher" level Frame API?

Open mauricioszabo opened this issue 4 years ago • 0 comments

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?

mauricioszabo avatar Mar 29 '22 15:03 mauricioszabo