perf: make use of next/dynamic where possible to minimize buddle size #339
Labels
enhancement
New user-facing feature or request. This Label is used as a category on release notes.
performance
Used to track performance improvements. This Label is used as a category on release notes.
Context
currently, the first load js is a little on the larger end. we can minimize it by making use of lazy loading, leveraging next/dynamic
Implementation
see https://nextjs.org/docs/app/building-your-application/optimizing/lazy-loading#nextdynamic
The text was updated successfully, but these errors were encountered: