Matchu
bf76065faf
I noticed that item wear/unwear is slow on mobile, because we re-render the whole app tree, and my laptop handles that super fine, but my few-years-old fun takes ~300ms, which is very noticeable. There's some hacks we could do to get faster feedback, but first I'm diving into the render tree to find the unnecessary renders and stop 'em! That should help build perf across the board, rather than in just one spot, and hopefully be less of a weird sore spot :) |
||
---|---|---|
.. | ||
components | ||
WardrobePage | ||
apolloClient.js | ||
App.js | ||
HomePage.js | ||
util.js |