Skip to content

feat(ios): add virtualized list renderer#16

Open
MrtnvM wants to merge 1 commit intomainfrom
codex/implement-listrenderer-with-uitableview-support
Open

feat(ios): add virtualized list renderer#16
MrtnvM wants to merge 1 commit intomainfrom
codex/implement-listrenderer-with-uitableview-support

Conversation

@MrtnvM
Copy link
Owner

@MrtnvM MrtnvM commented Oct 17, 2025

Summary

  • add a ListRenderer backed by UITableView with a diffable data source so list rows virtualize instead of eagerly rendering
  • parse list items from component props/data, optionally bind them to scenario store key paths, and feed RendererContext with a scenario-scoped store
  • document the list props/store semantics and cover the new renderer with unit tests

Testing

  • swift test (fails: UIKit is unavailable in this Linux container so the package cannot be built)

https://chatgpt.com/codex/tasks/task_e_68f200e66010832594add6fda475cac4

@vercel
Copy link

vercel bot commented Oct 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
render-engine-admin Error Error Oct 17, 2025 9:57am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant