- Redux Quick Start Guide
- James Lee Tao Wei Suresh Kumar Mukhiya
- 69字
- 2021-07-02 12:40:28
Higher-order functions
Higher-order functions (HOF) is the fanciest term you will be hearing when getting started with functional programming. Higher-order functions are functions that take functions as arguments or return functions. By now, we have already been consuming such functions. Remember Array.reduce(), Array.filter(), and Array.map()? These are all higher-order functions. In the Redux library, we are consuming some of the HOF, too (such as connect()).
推薦閱讀
- The Supervised Learning Workshop
- Mastering OpenCV Android Application Programming
- Building a RESTful Web Service with Spring
- PHP程序設計(慕課版)
- INSTANT Sencha Touch
- 數據結構(Python語言描述)(第2版)
- aelf區塊鏈應用架構指南
- Java程序設計入門
- Django 3.0入門與實踐
- HTML+CSS+JavaScript編程入門指南(全2冊)
- RocketMQ實戰與原理解析
- App Inventor 2 Essentials
- 邊玩邊學Scratch3.0少兒趣味編程
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Java并發實現原理:JDK源碼剖析