freerange
freerange copied to clipboard
"Higher" level Frame API?
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?