
RNR 175: State Management In React Native
React Native Radio
00:00
The Complaint About Boilerplate in Redux
Infinite Red has been using Redux for two years, but is tired of the boilerplate. So they created MobX StateTree to make it more like Redux in some ways. It's a reactive engine that allows you to watch certain values. And when they change, it triggers functions and just triggers like a watcher. The data is already there. You don't want to like store it as a full name property,. but you just need to access it once while to output it in that way. They also use another thing called MobX React, basically, you just wrap a component in function called Observer which will observe any properties accessed from your store. When you get into the middleware
Transcript
Play full episode