This Reboot Application API is Ready to Serve Traffic

If you are using React to build a web application, you can wrap your app with the RebootClientProvider component to allow your App to call the Reboot generated custom hooks:


      

You can call into your Reboot application from outside of the application itself using the generated code and an ExternalContext:

From Node.js:


      

From Python:


      

For more information, consult the Reboot documentation.