impress-2020/src/app
Matchu bf76065faf Perf: memoize some OutfitControls components
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 :)
2020-08-04 23:58:52 -07:00
..
components Perf: memoize some OutfitControls components 2020-08-04 23:58:52 -07:00
WardrobePage Perf: memoize some OutfitControls components 2020-08-04 23:58:52 -07:00
apolloClient.js fix apollo client 3 initial item load bug 2020-07-31 23:21:34 -07:00
App.js apollo client 3 initial upgrade 2020-07-31 23:10:34 -07:00
HomePage.js stop showing duplicate support secret toasts 2020-08-01 00:42:36 -07:00
util.js inline index.css, omit unused fonts, preload hints 2020-05-18 00:56:46 -07:00