Skip to content

Commit 68630f7

Browse files
committed
improve performance section
1 parent 2ac7b5b commit 68630f7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/mini-apps/design-ux/foundations/mobile-first.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ Mini apps are primarily used on mobile, so adopting a mobile-first design is key
2929
- **Hover states**: Not available on touch devices
3030
- **Focus management**: Keyboard and screen reader support
3131

32-
### Performance
33-
- **Limited battery**: Efficient code and animations
34-
- **Memory constraints**: Optimize images and assets
32+
### Performance and Loading State
33+
- App should load quickly (<2s for main views)
34+
- Minimize spinners
35+
- Handle errors gracefully
3536

3637
## Testing Mobile Experience
3738

0 commit comments

Comments
 (0)