We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b726fe0 commit 20133d9Copy full SHA for 20133d9
apps/components_guide_web/lib/components_guide_web/templates/links/index.html.eex
@@ -56,6 +56,7 @@
56
57
<h3 class="mt-6 mb-2 text-2xl leading-normal italic">Tools and libraries for Combine</h3>
58
<ul class="list-disc">
59
+ <li><%= link "Joe Heck’s in-depth Combine notes.", to: "https://heckj.github.io/swiftui-notes/" %></li>
60
<li><%= link "Entwine: Testing tools and utilities for Apple's Combine framework.", to: "https://github.com/tcldr/Entwine" %></li>
61
</ul>
62
</article>
0 commit comments