DEV Community

Sandilya Bhamidipati
Sandilya Bhamidipati

Posted on

How to manage state in swift apps?

Quick question: I have built a platform using React/Redux/MobX and we have plans to add iOS into the grand scheme of things. The part I am not completely sure is how to port our React app into iOS swift maintaining the same architecture. What kind of state management tools can I use?

Caveats:
The new code base has to be in swift so the tip to use React-Native might not work for us. Please give me your suggestions.

Latest comments (1)

Collapse
 
boska profile image
Yang Lee

If you can use SwiftUI (requires iOS 13+) on your app. You will found it pretty similar to React. You can also take a look on ReSwift it’s a swift version of redux. It plays pretty well with SwiftUI