You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Node.js on the backend for the Svelte client for the frontend. I now want to integrate bootstrapping for
Faster rendering of the features without an API call
Automated tests
Am I right that the backend provides the dynamic bootstrap data to the frontend? Is there a way to do so? I found unleash.getFeatureToggleDefinitions(), but its definition doesn't seem to match with the bootstrap parameter in IConfig.
Is there any documentation for this problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using Node.js on the backend for the Svelte client for the frontend. I now want to integrate bootstrapping for
Am I right that the backend provides the dynamic bootstrap data to the frontend? Is there a way to do so? I found
unleash.getFeatureToggleDefinitions()
, but its definition doesn't seem to match with thebootstrap
parameter inIConfig
.Is there any documentation for this problem?
Beta Was this translation helpful? Give feedback.
All reactions