Difference between revisions of "Functional reactive programming"
Jump to navigation
Jump to search
(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>") |
|||
Line 3: | Line 3: | ||
<noinclude> | <noinclude> | ||
{{PagePostfix | {{PagePostfix | ||
|category_csd=Functional programming,JavaScript,React,React Hooks | |category_csd=Functional programming,JavaScript,React,React Hooks,Dataflow programming | ||
}} | }} | ||
</noinclude> | </noinclude> |
Latest revision as of 16:48, 26 January 2023
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