Provide more direction to docs readers

This commit is contained in:
Mike Thompson 2016-12-22 20:45:20 +11:00
parent 6df7c0984e
commit 21d151d7c4
2 changed files with 14 additions and 2 deletions

View File

@ -500,10 +500,16 @@ structure exists in `app-db` before any subscriptions or event handlers run.
- write and register query functions which implement nodes in a signal graph (query layer) (domino 4)
- write Reagent view functions (view layer) (domino 5)
## Further Code
## Next Steps
You should also look at the [todomvc example application](https://github.com/Day8/re-frame/tree/develop/examples/todomvc).
You should now take time to carefully review the [todomvc example application](https://github.com/Day8/re-frame/tree/develop/examples/todomvc).
After that, you'll be ready to write your own code. Perhaps you will use a
template to create your own project: <br>
Client only: https://github.com/Day8/re-frame-template <br>
Full Stack: http://www.luminusweb.net/
Obviously you should also go on to read the further documentation.
***

View File

@ -1,4 +1,8 @@
> In a rush? You can get away with skipping this page on the first pass. <br>
> But remember to cycle back to it later. It contains useful insights.<br>
> Next page: [Effectful Handlers](EffectfulHandlers.md)
## Mental Model Omnibus
> If a factory is torn down but the rationality which produced it is
@ -23,6 +27,8 @@ It is a little rambling, but I'm hoping it will deliver for you
at least one "Aaaah, I see" moment before the end.
> All models are wrong, but some are useful
<br>
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->