- Redux Quick Start Guide
- James Lee Tao Wei Suresh Kumar Mukhiya
- 160字
- 2021-07-02 12:40:28
Functional programming
A lot of blogs, books, online tutorials, videos, and courses found on the World Wide Web start with a common statement, saying that Redux was built on the top of functional programming. The statement is valid, which means that developers like us need to understand the concept of functional programming.
Let's point out some of the important characteristics of functional programming, as follows:
- Functions are first class objects
- Functions can be chained together
- Functions can be passed as arguments
- Functions, recursions, and an array can be used to control the flow
- We can use pure, higher-order, closure, and anonymous functions
- We can utilize several helper functions, including map, filter, and reduce
In functional programming, functions are considered first class citizens. This means that the language does support passing functions to other functions as arguments, and returning them as the values for other functions. Moreover, they can also be assigned to other variables, or stored in some data structure.
推薦閱讀
- Microsoft Dynamics 365 Extensions Cookbook
- Learning Flask Framework
- Java Web程序設計
- GitLab Repository Management
- Python貝葉斯分析(第2版)
- SQL Server數據庫管理與開發兵書
- Sails.js Essentials
- Android應用開發實戰(第2版)
- 嵌入式C編程實戰
- Learning RSLogix 5000 Programming
- Learning RxJava
- Kotlin核心編程
- Learning Behavior:driven Development with JavaScript
- 可信軟件基礎研究
- Mastering .NET Machine Learning