Reduce landing site load size
garethlau opened this issue · 1 comments
garethlau commented
The main culprit of the unreasonably high first load js size is chakra-ui
, specifically, the included framer-motion
.
Given the requirements of the landing site which is mostly static, a possible solution could be replacing chakra-ui
with tailwind
.