(no title)
lmiller1990 | 2 years ago
React in general is a bit of a pain, you may need to use `useMemo` etc. You probably want to find out what the bottleneck is, first. Computations? DOM elements? Re-rendering excessively?
It's certainly no harder than BE - it's likely just a lack of familiarity.
[0] https://developer.chrome.com/en/docs/lighthouse/performance/...
No comments yet.