Still experimenting - searching for a nicely rendered /docs README

This commit is contained in:
Mike Thompson 2016-08-30 20:04:09 +10:00
parent 67cdffdbb2
commit a24d5414b3

View File

@ -1,28 +1,27 @@
#### Understanding Event Handlers: ### Understanding Event Handlers
- [-db Event Handlers] TODO
1. [Pure Event Handlers] TODO - write something good here - [Effectful Handlers](EffectfulHandlers.md)
2. [Effectful Handlers](EffectfulHandlers.md) - [Interceptors](Interceptors.md)
3. [Interceptors](Interceptors.md) - [Effects](Effects.md)
4. [Effects](Effects.md) - [CoEffects](coeffects.md)
5. [CoEffects](coeffects.md)
#### Structuring Your Application: ### Structuring Your Application
1. [Basic App Structure](Basic-App-Structure.md) - [Basic App Structure](Basic-App-Structure.md)
2. [Navigation](Navigation.md) - [Navigation](Navigation.md)
3. [Namespaced Keywords](Namespaced-Keywords.md) - [Namespaced Keywords](Namespaced-Keywords.md)
#### Populating Your Application Data: ### Populating Your Application Data
1. [Loading Initial Data](Loading-Initial-Data.md) - [Loading Initial Data](Loading-Initial-Data.md)
2. [Talking To Servers](Talking-To-Servers.md) - [Talking To Servers](Talking-To-Servers.md)
3. [Subscribing to External Data](Subscribing-To-External-Data.md) - [Subscribing to External Data](Subscribing-To-External-Data.md)
#### Miscellaneous: ### Miscellaneous
1. [FAQs](FAQs/README.md) - [FAQs](FAQs/README.md)
2. [Solve the CPU hog problem](Solve-the-CPU-hog-problem.md) - [Solve the CPU hog problem](Solve-the-CPU-hog-problem.md)
3. [Using Stateful JS Components](Using-Stateful-JS-Components.md) - [Using Stateful JS Components](Using-Stateful-JS-Components.md)
4. [The re-frame Logo](The-re-frame-logo.md) - [The re-frame Logo](The-re-frame-logo.md)