Every Compose performance tool I used showed me re...
# opensource
a
Every Compose performance tool I used showed me recomposition counts but not whether they mattered. A screen at 10/s is a problem. An animation at 10/s is fine. Same number, no context. So I built Rebound: a recomposition budget monitor that classifies composables by role and flags the ones actually over budget. 📖 Blog: https://aditlal.dev/compose-rebound/ 📚 Docs: https://aldefy.github.io/compose-rebound/ GitHub: https://github.com/aldefy/compose-rebound 🤖 AI Skill: https://github.com/aldefy/rebound-skill
K 2