This is the early access documentation preview for Custom Views. This documentation might not be in sync with our official documentation.
Development
In the following pages you are going to learn some basic and advanced concepts about building and working with Custom Views.
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 View UI.
Forms
Learn more about implementing forms and validations in your React components.
Notifications
Learn more about using notifications in your Custom View.
Testing
Learn more about best practices to test your components with confidence.
Permissions
Learn more about applying user permissions in your Custom View.
Translations
Learn more about implementing translations in your Custom View.
Adding TypeScript
Learn more about developing your Custom View using TypeScript.
Going to Production
Learn more about preparing your Custom View 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.