Development
In the following pages you are going to learn some basic and advanced concepts about building and working with Custom Applications.
In particular, we'll be going through the following topics:
Data Fetching
Learn more about implementing data fetching requirements in your React components.
UI Components
Discover some of the available UI components to build your Custom Application UI.
Forms
Learn more about implementing forms and validations in your React components.
Page Content Layouts
Learn more about using layout components for page content.
Notifications
Learn more about using notifications in your Custom Application.
Testing
Learn more about best practices to test your components with confidence.
Permissions
Learn more about applying user permissions in your Custom Application.
Translations
Learn more about implementing translations in your Custom Application.
Adding TypeScript
Learn more about developing your Custom Application using TypeScript.
Going to Production
Learn more about preparing your Custom Application 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.