lbry-desktop/ui/page/ownComments
infinite-persistence ef0329e03b Lazy-load comment components
## Issue
~300KB savings in `ui.js` size (production, uncompressed). Mostly coming from the emoji library.

## Notes
Most of the `Comment*` components are under `CommentsList` or `LivestreamComments`, so deferring these 2 covered most of it. The exceptions are Notification and OwnComments.
2021-11-11 15:09:28 -05:00
..
index.js Comment-selectors: fix memoization 2021-10-20 11:29:18 +08:00
view.jsx Lazy-load comment components 2021-11-11 15:09:28 -05:00