|
|
|
|
|
by ch4s3
2567 days ago
|
|
Elm 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 |
|