Skip to main content

Starter Package Overview

@vef-framework-react/starter is the package that turns VEF into a complete application shell.

It mainly covers three areas:

  1. application bootstrap
  2. routing and layouts
  3. application shell components (root app, layouts, login, status pages)

Page-level containers, form dialogs, tables, and the CRUD stack are documented under Components / Pages, Form Containers, and CRUD.

Suggested Reading Order

  1. Bootstrap and Routing
  2. Application Shell
  3. Stores, Constants, and Types

Common Exports

  • createApp
  • createApiClient
  • createRouter
  • createRootRouteOptions
  • createLayoutRouteOptions
  • App
  • Layout / BaseLayout
  • Login
  • RouterProvider
  • ThemeConfigProvider
  • setupAppVersionNotification