OptionaldevtoolsIf true then executors are registered in the devtools extension.
OptionalexecutorPredicate 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.
OptionalkeyReturns 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.
OptionalnonceA nonce string to allow hydration scripts under a
script-src Content-Security-Policy.
OptionalpluginsPlugins that are applied to all executors.
OptionalserializerStringifies executor keys and state snapshots before sending them to the client.
Options provided to the SSRExecutorManager constructor.