Skip to content

Commit

Permalink
fixed up readme for stacks example (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed May 28, 2024
1 parent 69ac2b9 commit e580fde
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/stacks/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
In this example, it shows the ability to have 1 million fixed height items in a list.

What it does behind the scenes, is effectively only add the list item view on the screen to the view tree, and remove them from the view tree when they are out of view.

The ```VirtualList``` in Floem gives the user a way to deal with really long lists in a performant way without manually doing the adding and removing.
In this example you can see the four different types of stacks floem has and
their differences.

0 comments on commit e580fde

Please sign in to comment.