When calling meiosisSetup, you can specify an app, with the following properties, all of which
are optional:
initialservicesnestedWe will look at each of these separately, starting with initial.
By default, the initial state is an empty object, {}. To specify a different initial state, use
the initial property of app:
const app = {
initial: ...
};
const cells = meiosisSetup({ app });