Home > @plasmicapp/loader-react > InitOptions > alwaysFresh
InitOptions.alwaysFresh property
By default, fetchComponentData() and fetchPages() calls cached in memory with the PlasmicComponentLoader instance. If alwaysFresh is true, then data is always freshly fetched over the network.
Signature:
alwaysFresh?: boolean;