lbry-desktop/ui/component/sideNavigation
infinite-persistence eb5a6ccde9 Memoize GetLinksData for performance
`GetLinksData` is somewhat expensive.  The value won't change until user changes the window size or selects another homepage.

As we can't call an `effect` within a `memo`, we had to extract out `isLargeScreen` as an input parameter, which is fine as it makes `GetLinksData` more functional (functional programming).
2021-12-08 13:59:33 -05:00
..
index.js Add "Go Live" to mobile (#183) 2021-10-29 09:04:43 -04:00
view.jsx Memoize GetLinksData for performance 2021-12-08 13:59:33 -05:00