stream-chat-android
stream-chat-android copied to clipboard
Write compose performance guidelines
Context & proposal
We have already covered Compose code style and organization internal guidelines, however we are lacking guidelines focusing on writing good skippable composables that would favor smart recomposition.
Acceptance criteria
To accept this task we need to complete the following items:
- [ ] Write internal guidelines on writing recomposition optimzed composables.
- [ ] Condense these guidelines into a short public facing docs guide for users.