Start the process of documenting regsub

This commit is contained in:
Mike Thompson 2016-12-17 14:32:30 +11:00
parent cb7ae60411
commit 56d40319d3
2 changed files with 4 additions and 1 deletions

View File

@ -346,7 +346,7 @@ Here's the code:
(:time-color db)))
```
Like I said, both of these queries are trivial. See [todomvc.subs.clj](https://github.com/Day8/re-frame/blob/develop/examples/todomvc/src/todomvc/subs.cljs) for more interesting ones.
Like I said, both of these queries are trivial. See [todomvc.subs.clj](https://github.com/Day8/re-frame/blob/master/examples/todomvc/src/todomvc/subs.cljs) for more interesting ones.
## View Functions (domino 5)

View File

@ -14,6 +14,9 @@
- [Effects](Effects.md)
- [Coeffects](Coeffects.md)
### Subscriptions
- [TodoMVC annotated example](https://github.com/Day8/re-frame/blob/master/examples/todomvc/src/todomvc/subs.cljs)
### App Structure