mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
Start the process of documenting regsub
This commit is contained in:
parent
cb7ae60411
commit
56d40319d3
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user