6 ms·
It’s nice to finally see a FRP framework for iOS like React/Elm. MVC must die already.
by lisardo 7y ago
It’s nice to finally see a FRP framework for iOS like React/Elm. MVC must die already.
- seanmcdirmid 7y agoHow is this like FRP, React, or Elm (each of those things being fairly different themselves). SwiftUI actually reminds me of JavaFX when done with JavaFX Script (ahead of its time by too much), but I haven't been able to dig up a lot of examples from their website yet.
- steve_adams_86 7y agoFRP and MVC seem like different types of patterns to me. Functional reactive is about how you manage state and flow while MVC is largely about separation of concerns. In my (possibly poor) understanding, you could actually use them together. I'm interested in your take on that though. I'm self taught and I've got some weird ideas about things.
- ch4s3 7y agoElm isn't FRP anymore [1], it uses some sort of process and scheduler model behind the msg system. React isn't FRP either, though you can approximate higher order FRP with Redux if you want. [1] https://elm-lang.org/blog/farewell-to-frp https://elm-lang.org/blog/farewell-to-frp