Skip to content

Commit

Permalink
build docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Apr 1, 2024
1 parent 6a904fe commit e8a4852
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ <h2 id='about' class='heading'>About</h2>
<li>Simply <code>UICollectionView</code> and <code>UICollectionViewCompositionalLayout</code> at its core.</li>
<li>No <code>UITableView</code>. <code>UICollectionView</code> now has a <a href="https://developer.apple.com/documentation/uikit/uicollectionviewcompositionallayout/3600951-list">List Layout</a>.</li>
</ul>
<h3 id='what-about-swiftui' class='heading'>What about SwiftUI?</h3>

<p>SwiftUI performance is still a significant issue, not to mention all the bugs and missing APIs. SwiftUI still does not provide a proper <code>UICollectionView</code> replacement. (Yes, <code>Grid</code> exists but it is nowhere close to a replacement for <code>UICollectionView</code> and <code>UICollectionViewLayout</code>.) While SwiftUI&rsquo;s <code>List</code> is pretty good, both <code>LazyVStack</code> and <code>LazyHStack</code> suffer from severe performance issues when you have large amounts of data.</p>
<h2 id='main-features' class='heading'>Main Features</h2>

<blockquote>
Expand Down

0 comments on commit e8a4852

Please sign in to comment.