Using this space to gather some best practices before incorporating into the official documentation.
- Set keys on your list items
- mobx devs using observable arrays should call
slice on their observables before using as the items prop on the virtual component.
- Use
initialState for server-side rendering
- Override
mapVirtualToProps if you prefer to use other style rules (instead of paddingTop), such as translateY
- Be aware of the maximum document/element height for each browser
Using this space to gather some best practices before incorporating into the official documentation.
sliceon their observables before using as theitemsprop on the virtual component.initialStatefor server-side renderingmapVirtualToPropsif you prefer to use other style rules (instead ofpaddingTop), such astranslateY