Blueprint middleware to set the UseReact as the main event handler for the application.
Set as fallback event handler if none of the other event handlers are registered.
The configuration context containing modules and blueprint.
The next function in the pipeline.
The updated blueprint.
SetUseReactEventHandlerMiddleware({ modules, blueprint }, next); Copy
SetUseReactEventHandlerMiddleware({ modules, blueprint }, next);
Blueprint middleware to set the UseReact as the main event handler for the application.
Set as fallback event handler if none of the other event handlers are registered.