- 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()).
推薦閱讀
- WildFly:New Features
- Java程序設計實戰教程
- Python數據可視化:基于Bokeh的可視化繪圖
- Java應用開發技術實例教程
- H5頁面設計:Mugeda版(微課版)
- Mastering Unity 2D Game Development(Second Edition)
- 從零開始學C#
- GameMaker Essentials
- Clean Code in C#
- Mastering Bootstrap 4
- 程序員的英語
- Docker on Windows
- Visual FoxPro數據庫程序設計
- Game Development Patterns and Best Practices
- 新手學ASP動態網頁開發