pietrzakadrian / pietrzakadrian.com-blog-comments

0 stars 0 forks source link

React Native Authentication flow with MobX-state-tree | Adrian Pietrzak: Software Engineering Blog #7

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

React Native Authentication flow with MobX-state-tree | Adrian Pietrzak: Software Engineering Blog

If you want to program professional software in React Native, you will definitely find the most popular TypeScript boilerplate Ignite by Infinite Red, Inc. This template is very good, but it lacks the description of the authentication process. Authentication flow is described in the React Navigation documentation, but there is an example using Redux. Ignite uses a MobX-State-Tree to manage the state and there is very little information on this.

https://pietrzakadrian.com/blog/react-native-authentication-flow-with-mobx-state-tree

daguswijaya commented 1 year ago

hi, did you have a github repo for this?