Functional reactive programming
Revision as of 16:46, 26 January 2023 by Benkoo2 (talk | contribs) (Created page with "Functional reactive programming is a programming paradigm for reactive programming (asynchronous dataflow programming) using the building blocks of functional programming (e.g. map, reduce, filter). FRP has been used for programming graphical user interfaces (GUIs), robotics, games, and music, aiming to simplify these problems by explicitly modeling time. <noinclude> {{PagePostfix |category_csd=Functional programming,JavaScript,React,React Hooks }} </noinclude>")
Functional reactive programming is a programming paradigm for reactive programming (asynchronous dataflow programming) using the building blocks of functional programming (e.g. map, reduce, filter). FRP has been used for programming graphical user interfaces (GUIs), robotics, games, and music, aiming to simplify these problems by explicitly modeling time.
References
Related Pages