Apple’s introduction of SwiftUI, alongside the rising popularity of Flutter, Jetpack Compose, and React/React Native(particularly with hooks), is an indicator of the future of front-end development: a functional and declarative style of programming supplanting the traditional stateful and object-oriented one.
The guiding principle behind these frameworks is relatively simple and elegant: all views can be modeled as a function of some state.
Report Story