algolia / instantsearch-ios

⚡️ A library of widgets and helpers to build instant-search applications on iOS.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/ios/
Apache License 2.0
591 stars 55 forks source link

feat(hits): Inifinite Scroll components #282

Closed VladislavFitz closed 1 year ago

VladislavFitz commented 1 year ago

Summary

This PR introduces new experimental infinite scroll components. These new components are built specifically for SwiftUI and are designed to address the edge-case issues that can occur when using the existing Hits component with SwiftUI.

The new infinite scroll components are built with modern technologies in mind, including SwiftUI and structured concurrency.