Optional
devtoolsIf true
then executors are registered in the devtools extension.
Optional
executorPredicate that executors must satisfy to be hydrated on the client with the state accumulated during SSR.
By default, only executors that were fulfilled during SSR are hydrated on the client.
Optional
keyReturns the unique comparable ID for the executor key.
The key ID can be anything. If you want to use object identities as executor keys, provide an identity function as an ID generator.
The key to get unique ID for.
Optional
nonceA nonce string to allow hydration scripts under a
script-src
Content-Security-Policy.
Optional
pluginsPlugins that are applied to all executors.
Optional
serializerStringifies executor keys and state snapshots before sending them to the client.
Options provided to the SSRExecutorManager constructor.