re-frame/docs
Shaun Mahood bbbab3d5b6 Update and rename "Bootstrap-An-Application" docs
Bootstrap An Application (originally from wiki)
- renamed to "Loading Initial Data"
- Updated to work with 0.8.0 and some tweaks to wording
- Added a bit more context to dispatch-sync section
- Removed section on loading data and put link to "Talking to Servers"
doc instead
docs/README.md
- Reorganized under a new section
- Added a couple entries for future documentation
2016-08-24 22:27:48 -06:00
..
Basic-App-Structure.md Better ascii hierarchy 2016-08-25 00:53:37 +10:00
EffectfulHandlers.md Add navigation to docs pages 2016-08-25 00:30:37 +10:00
Effects.md Add navigation to docs pages 2016-08-25 00:30:37 +10:00
Interceptors.md typo fix 2016-08-25 00:42:31 +10:00
Loading-Initial-Data.md Update and rename "Bootstrap-An-Application" docs 2016-08-24 22:27:48 -06:00
Namespaced-Keywords.md Break apart A-Larger-App docs and restructure README 2016-08-23 15:17:59 -06:00
Navigation.md Break apart A-Larger-App docs and restructure README 2016-08-23 15:17:59 -06:00
README.md Update and rename "Bootstrap-An-Application" docs 2016-08-24 22:27:48 -06:00
Talking-To-Servers.md Update and rename "Bootstrap-An-Application" docs 2016-08-24 22:27:48 -06:00
coeffects.md Update fx-test fixtures to use re-frame.core/make-restore-fn & update docs 2016-08-24 10:44:21 +10:00

README.md

Understanding Event Handlers:

  1. [Pure Event Handlers] TODO - write something good here
  2. Effectful Handlers
  3. Interceptors
  4. Effects
  5. CoEffects

Structuring Your Application:

  1. Basic App Structure
  2. Navigation
  3. Namespaced Keywords

Populating Your Application Data:

  1. Loading Initial Data
  2. Talking To Servers
  3. [Dealing With Databases] TODO - Update Subscribing to a Database docs