Stone.js API
    Preparing search index...

    The React builder class.

    Index
    • Creates a new React builder instance.

      Parameters

      • context: ConsoleContext

        The service container to manage dependencies.

      Returns ReactBuilder

    • Builds the application.

      Parameters

      • event: IncomingEvent

        The incoming event.

      Returns Promise<void>

    • Runs the application in the console.

      Parameters

      • _event: IncomingEvent

        The incoming event.

      Returns Promise<void>

    • Starts the development server.

      Parameters

      • _event: IncomingEvent

        The incoming event.

      Returns Promise<void>

    • Exports server files.

      Parameters

      • event: IncomingEvent

        The incoming event.

      Returns Promise<void>

    • Previews the application.

      Parameters

      • _event: IncomingEvent

        The incoming event.

      Returns Promise<void>