-
Notifications
You must be signed in to change notification settings - Fork 23
Creating a Custom Component
Natan Vieira edited this page Dec 24, 2023
·
8 revisions
TBD
.updateOnStateChange(state)
There's a helper function in Components API called watchingStateUpdate
that makes your component automatically update on every state value change.
private final MutableIntState someState = watchingStateUpdate(mutableState(1));
- Installation
- Basic Usage
- Configuration Guide
- Interaction Handling
- Navigating Between Views
- Shared Contexts
- State Management
- Refs API
- Built-In Features
- Extra Features