mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
Provide more direction to docs readers
This commit is contained in:
parent
816a5a0a05
commit
870c64d965
@ -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.
|
||||
|
||||
***
|
||||
|
||||
|
@ -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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user