App Components
Purpose
App Components are the building blocks of the application. They are used to define the structure and behavior of the application.
Layout Components
Layout components are used to define the layout of the application.
Element Components
Element components are used to render text, links, and other simple elements.
Form Components
Form components are used to define the form of the application.
Variables
Variables are used to store the state of the application. Route parameters, query parameters, and form fields are stored as variables.