Hacker News new | past | comments | ask | show | jobs | submit login

I investigated MST for a React Native project and found the the additional overhead it created for frequent state updates was too much - in a synthetic test updating state every frame, it resulted in a 30-40% increase in CPU usage on a real device vs. plain MobX which for our application probably isn’t acceptable. If you know you won’t be making really frequent state updates or CPU constraints are less important it seems like a great option!



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: