options for recoil feature
The React module.
This is needed for the recoil feature to wrap subapp's component inside the recoil Provider component.
prepare recoil initial state
when SSR sent initialState used, it will be passed. The client prepare can just return {initialState} as is.
prepare
{initialState}
Promise<{initialState: any}>
options for recoil feature