Is there any Spatial navigation (LRUD navigate in grid/list)
Hello, I'm currently developing a SOLID based OTT platform service, and nowadays looking for some spatial navigation library that can be used in Solidjs framework.
Previously, our solution was based on react, so using https://devportal.noriginmedia.com/docs/Norigin-Spatial-Navigation/ this one for that,
but for smart tv devices, with lower h/w spec, we have to find alternative solution, and solidjs is that one what we're looking for.
do you have any experience or suggestable packages for that?
2 Replies
I'm not aware of any, maybe someone else is, but have you considered porting that library to Solid? From what I can tell a majority of the logic is implemented outside of the React-specfic hooks
yah that would be the last solution, but before doing that, just ask first for finding any better resolution.
Thanks:)