Container
Text
Image
Icon
Button
Local State
Text Input
Date Picker
Conditional Logic
Conditional Switch Logic
Sheet
Tabbed Pager
Data Loader
Repeating Item
Countdown Timer
Data Transformer
Date Elements
Paging Data Loader
Rich Text
The Local State Component is designed to manage and store temporary state information within a component or a specific part of your application. This component allows for quick data manipulation and retrieval, providing an efficient way to handle user interactions and component behaviors without relying on external state management.
Easy State Management
Reactivity
Scoped Data Storage
1. Data Type
2. Key
3. Initial
4. Component
Limit Scope:Use local state for data that only needs to be accessed or modified within the component to prevent unnecessary complexity in global state management.
Optimise Performance:Avoid excessive re-renders by grouping state updates when possible and utilising memorisation techniques to minimise unnecessary updates in the UI.