garethlau / floatingfile

The monorepo behind floatingfile.

Home Page:https://floatingfile.space/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce landing site load size

garethlau opened this issue · comments

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.

This might also be caused by #19 . Should investigate #19 before moving forward with this.