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

1.3 KiB

re-frame API

I have good news and 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 one namespace
  2. That namespace has occasional 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 standard Interceptors:

Builtin effects: XXX

Builtin coeffects: XXX

Previous: XXX       Up: Index       Next: XXX