Open robmarshall opened 9 months ago
We have begun adding a number of third party packages.
These should be excluded from the users bundle when not required for a particular form.
Unsure how to handle exactly, but as this whole package is clientside, maybe the usual deferred import flow?
Stay away from next dynamic, as that forces this to be a 100% next package. Currently it is fairly React friendly no matter where it is used.
We have begun adding a number of third party packages.
These should be excluded from the users bundle when not required for a particular form.
Unsure how to handle exactly, but as this whole package is clientside, maybe the usual deferred import flow?
Stay away from next dynamic, as that forces this to be a 100% next package. Currently it is fairly React friendly no matter where it is used.