舉報

會員
Lo-Dash Essentials
最新章節:
Index
IfyouareacuriousJavaScriptdeveloperinterestedsimultaneouslyintweakingtheefficiencyofyourcode,aswellasimprovingtheconcisenessofit,andmaintainingthereadabilityofit,thenthisisthebookforyou.Ideally,thebookisintendedforreadersalreadyworkingonJavaScriptprojectsandusingframeworkssuchasjQueryandBackbone.Evenifyou'realreadyusingLo-Dash,thisbookwillshowyouhowtouseitefficiently.WhileextensiveJavaScriptexperienceisn'tarequirement,youshouldhaveatleastsomepriorprogrammingexperienceinordertobestunderstandtheconceptspresented.
目錄(75章)
倒序
- coverpage
- Lo-Dash Essentials
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Working with Arrays and Collections
- The difference between arrays and collections
- Iterating over collections
- Sorting data
- Searching for data
- Slicing collections into smaller pieces
- Transforming collections
- Summary
- Chapter 2. Working with Objects
- Determining an object type
- Assigning and accessing properties
- Iterating over objects
- Calling methods
- Transforming objects
- Creating and cloning objects
- Summary
- Chapter 3. Working with Functions
- Binding function contexts
- Decorating functions
- Function constraints
- Timed execution
- Composing and currying functions
- Summary
- Chapter 4. Transformations Using Map/Reduce
- Plucking values
- Mapping collections
- Mapping objects
- Reducing collections
- Reducing objects
- Binding contexts
- Map/reduce patterns
- Summary
- Chapter 5. Assembling Chains
- Creating Lo-Dash wrappers
- Building filters
- Testing truth conditions
- Counting items
- Transformations
- Intermediary results
- Keys and values
- Returning wrappers
- Summary
- Chapter 6. Application Building Blocks
- Generic functions
- Generic wrappers and chains
- Composing functions
- Creating mixins
- Summary
- Chapter 7. Using Lo-Dash with Other Libraries
- Modules
- jQuery
- Backbone
- Node.js
- Summary
- Chapter 8. Internal Design and Performance
- Design principles
- Improving performance
- Lazy evaluation
- Caching things
- Summary
- Index 更新時間:2021-08-06 19:27:47
推薦閱讀
- 現代C++編程:從入門到實踐
- Hands-On Reinforcement Learning with Python
- 程序是怎樣跑起來的(第3版)
- Android應用案例開發大全(第二版)
- 一塊面包板玩轉Arduino編程
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Orchestrating Docker
- 從0到1:HTML5 Canvas動畫開發
- Python一行流:像專家一樣寫代碼
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 深入理解Kafka:核心設計與實踐原理
- 軟硬件綜合系統軟件需求建模及可靠性綜合試驗、分析、評價技術
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- Software Architecture with Python
- Blender 3D Cookbook
- Mastering XenApp?
- 川哥教你Spring Boot 2實戰
- Mastering High Performance with Kotlin
- JavaWeb入門經典
- Unity3D高級編程:主程手記
- 面向對象技術與工具(第2版)
- Learning Bitcoin
- C++碼農日記(全程視頻講解)
- Three.js開發指南
- Raspberry Pi Zero W Wireless Projects
- 按鈕+菜單+加載+轉場UI交互動效設計教程
- Hands-On Serverless Applications with Kotlin
- 自己動手寫網絡爬蟲(修訂版)
- Mastering Windows Server 2016
- Sass and Compass Designer's Cookbook