- 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()).
推薦閱讀
- Learn ECMAScript(Second Edition)
- AngularJS Testing Cookbook
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Web程序設計(第二版)
- 程序是怎樣跑起來的(第3版)
- Oracle從入門到精通(第5版)
- Learning PHP 7
- Test-Driven Development with Django
- Orleans:構建高性能分布式Actor服務
- 寫給程序員的Python教程
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- 計算思維與Python編程
- Mastering R for Quantitative Finance
- Eclipse開發(學習筆記)