joshxfi/track-as-one

page layout (enhancement)

Closed this issue · 1 comments

i noticed that when switching between pages, you have this quick fade animation which makes it feel "laggy" somehow. try only adding those animations to the content not the navbar layout.

also another enhancement is to apply NextJS's Layout for pages. this will slightly improve perfomance as it uses react's concept of Reconciliation

tao

nice! I'll implement next's layout. & I guess I'll just remove framer-motion for performance since I barely use it on other components