A factory functionality which provides different implementations especially
for the "preview" use case.
Note: If you are using a store (e. g. MobX), make sure to use setTimeout(callback, 0).
In some cases, if you do not use it, the page will result in a endless-loop.
A factory functionality which provides different implementations especially for the "preview" use case.
Note: If you are using a store (e. g. MobX), make sure to use
setTimeout(callback, 0)
. In some cases, if you do not use it, the page will result in a endless-loop.