NoriginMedia / react-spatial-navigation

DEPRECATED. HOC-based Spatial Navigation. NEW Hooks version is available here: https://github.com/NoriginMedia/norigin-spatial-navigation
MIT License
226 stars 64 forks source link

updateLayout is only called for components affected by navigation #114

Closed enrico-bardelli closed 2 years ago

enrico-bardelli commented 2 years ago

updateAllLayouts running time increases proportionally to the amount of focusable components in the page, if there are more than 100 there's a sensible decrease in performances. With this change the layout is updated only for the components that are needed to determine the next focusable element.