Skip to content

Commit b8f3ae9

Browse files
committed
add links to lower order rendering function issues to show workflow #51 #52 #53
1 parent 1002ef5 commit b8f3ae9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

todo-list.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,12 @@ you should see something like this:
11881188
### `view` Function
11891189

11901190
Now that we have the individual ("_lower order_") functions
1191-
**`render_main`** #51, **`render_item`** #52, and **`render_footer`** #53
1191+
**`render_main`**
1192+
[#51](https://github.com/dwyl/learn-elm-architecture-in-javascript/issues/51),
1193+
**`render_item`**
1194+
[#52](https://github.com/dwyl/learn-elm-architecture-in-javascript/issues/52),
1195+
and **`render_footer`**
1196+
[#53](https://github.com/dwyl/learn-elm-architecture-in-javascript/issues/53)
11921197
for rendering the _sections_ of the todo app,
11931198
we can write the `view` function to render the _entire_ app!
11941199

0 commit comments

Comments
 (0)