eb5a6ccde9
`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). |
||
---|---|---|
.. | ||
index.js | ||
view.jsx |