Create a ReactRuntime.
ReactRuntime options.
Set html head tags.
This method will set the head elements in the document.
The head context to set.
Create a snapshot.
This method will create a snapshot of the current event. If the environment is server, it will create a snapshot. If the environment is client, it will return the snapshot.
The key to store the snapshot.
The handler to create the snapshot.
The snapshot value.
Class representing a ReactRuntime.
This class is responsible for handling the React runtime environment, including create snapshots and managing errors.