re-frame/docs/API.md

1.6 KiB

The re-frame API

Orientation:

  1. The re-frame API is provided by the re-frame.core namespace
  2. Typically, you'll only use 4 to 10 of the API functions (small surface)
  3. Oft-used API functions have doc strings, linked-to below (no auto-generated docs because of this problem)

The core API is:

Occasionally, you'll need to use:

And, finally, there are builtin Interceptors which are used a bit:

Builtin effects: XXX

Builtin coeffects: XXX

Previous: First Code Walk-Through       Up: Index       Next: Mental Model Omnibus