Development
Learn development concepts for building and working with customizations.
Data fetching
Learn about implementing data fetching requirements in your React components.
UI components
Discover common components to help build the foundation of your user interface.
Routing
Learn about navigating between areas of your customizations.
Forms
Learn about implementing forms and validation in your React components.
Page content layouts
Learn about using layout components to structure content in your customizations.
Notifications
Learn about notification types and how to use them in your customizations.
Testing
Learn about the recommended testing strategies for your customizations.
Translations
Learn more about implementing multiple language support in your customizations.
Permissions
Learn about applying user permissions to different parts of your customizations.
Page titles
Learn about customizing page titles in Custom Applications.
Adding TypeScript
Learn about developing your customizations using TypeScript.
Going to production
Learn more about preparing your customizations for production usage.
The documentation assumes that you have basic knowledge of JavaScript and React. If not, we recommend you to go through the official React tutorial first.