re-frame/docs/API.md
2017-07-21 01:14:07 +10:00

1.3 KiB

Page Under construction

The re-frame API

So, I have some good news and some bad news.

First, the bad news:

  1. there's this problem
  2. I lied about the extra nudity

Now, the good news:

  1. the re-frame API is indeed all in the core namespace
  2. That namespace has some comments
  3. Each API function has passable documentation (see links below), just not auto-generated.

The core API is these functions:

Occasionally, you'll need to use:

And, finally, there are some builtin Interceptors:

Builtin effects: XXX

Builtin coeffects: XXX

Previous: XXX       Up: Index       Next: XXX