Verge — Start “store-pattern” state management before beginning Flux in UIKit iOS app development…

Verge — Start “store-pattern” state management before beginning Flux in UIKit iOS app development…

In the development of the app that is kind of SNS or large application, it can often grow in complexity due to display a massive number of a state(data) correctly that scattered across many UI components.

[…]

If you’re not familiar with Flux, you can get the detail of that from Vue/Vuex documentation site. They good describe flux architecture with many small examples. (As an iOS Engineer, it’s not easy to understand Vue immediately, but you can get things to step by step.)

[…]