Skip to content

Commit 6c8be08

Browse files
committed
Add links to Matt Gallagher’s excellent Combine series
1 parent f6cae43 commit 6c8be08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/components_guide_web/lib/components_guide_web/templates/links/index.html.eex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
<li><%= link "712: Advances in Networking, Part 1", to: "https://developer.apple.com/videos/play/wwdc2019/712/" %></li>
5555
</ul>
5656

57+
<h3 class="mt-6 mb-2 text-2xl leading-normal italic">Articles</h3>
58+
<ul class="list-disc">
59+
<li><%= link "22 short tests of Combine – Part 1: Protocols", to: "https://www.cocoawithlove.com/blog/twenty-two-short-tests-of-combine-part-1.html" %></li>
60+
<li><%= link "22 short tests of Combine – Part 2: Sharing", to: "https://www.cocoawithlove.com/blog/twenty-two-short-tests-of-combine-part-2.html" %></li>
61+
</ul>
62+
5763
<h3 class="mt-6 mb-2 text-2xl leading-normal italic">Tools and libraries for Combine</h3>
5864
<ul class="list-disc">
5965
<li><%= link "Joe Heck’s in-depth Combine notes", to: "https://heckj.github.io/swiftui-notes/" %></li>

0 commit comments

Comments
 (0)