-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
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
sliceon their observables before using as theitemsprop on the virtual component. - Use
initialStatefor server-side rendering - Override
mapVirtualToPropsif you prefer to use other style rules (instead ofpaddingTop), such astranslateY - Be aware of the maximum document/element height for each browser
Metadata
Metadata
Assignees
Labels
No labels