vmware-clarity / starters

A collection of starter applications built with Clarity. Each starter project contains minimal default configuration and code to run and develop an application for a specific technology.
https://clarity.design
MIT License
19 stars 7 forks source link

feat: add grid demo #7

Closed steve-haar closed 2 years ago

steve-haar commented 2 years ago

adds an outline for a 10 part grid demo

vmwclabot commented 2 years ago

@steve-haar, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

ashleyryan commented 2 years ago

This is pedantic - can we call it Virtual Scroll instead of Lazy Loading? Lazy Loading, to me, refers to something like a social media news feed where you scroll to the bottom and it fetches more data and renders them. Virtual Scroll is just a performance enhancement