It's All Writing.

Writing makes you happy.

Entries from 2020-01-01 to 1 month

How to change from a class component which using MobX to a function component in React Native

Premise If you don't need to maintain state, it's prefer to use function component than class component. But, If you've already implemented class component, you also need to know how to change it. I also implemented a class component using…