Client Eager Loading
Quadrata SDK Client Eager Loading
By default, the Quadrata
entry point component uses Lazy Loading to load the @quadrata/client-react
and @quadrata/kyb-react
libraries only when they are needed. This helps bring down the size of the First Load JS bundles.
If you cannot or do not want to support Lazy Loading, you can use Eager Loading.
Last updated