- Hands-On Reactive Programming with Clojure
- Konrad Szydlo Leonardo Borges
- 67字
- 2021-07-02 14:03:53
Complex GUIs and animations
Games are, perhaps, the best example of complex user interfaces, as they have intricate requirements around user input and animations.
The Elm language we mentioned before is one of the most exciting efforts in building complex GUIs. Another example is Flapjax, also targeted at web applications, but it is provided as a JavaScript library that can be integrated with existing JavaScript code bases.