課程資料
課程簡介
Finally, understand and use the concepts of functional programming in JavaScript.
Are you wanting to learn how to apply functional programming in JavaScript? Have the concepts been a bit difficult to grasp? Are you not quite sure how functional programming differs from other approaches used in JavaScript? If so, this course is for you!
The functional programming paradigm was difficult, at first, for me to grasp and implement. Therefore, I wanted to create a course that would help others make the leap and begin applying functional programming techniques into their own code. In this course you will learn techniques that you can apply today. But remember, you don't need to implement everything immediately. Implement those things that make sense and grow into it slowly.
In this course I have taken the approach of dissecting a technical definition of functional programming and using that definition as the structure of the course. We will break it down into pieces. Focus on those pieces and the techniques you can use right away. Each new concept will build on the previous concepts. And in the end you will see all the concepts come together.
If you learn by doing, this course gives you plenty of chances to work on exercises and then sit back and watch as I go through the exercise. By doing and then watching my approach, you will learn how to apply functional programming concepts to JavaScript.
Jump in today and begin learning a different way of using JavaScript!
課程章節
- 10 個章節
- 50 堂課
- 第 1 章 Course Introduction
- 第 2 章 Introduction to Functional Programming
- 第 3 章 Side Effects and Pure Functions
- 第 4 章 Avoiding Shared State and Mutations
- 第 5 章 Function Composition
- 第 6 章 Understanding Declarative Programming
- 第 7 章 Functional Programming Example: Comparing OOP to Functional
- 第 8 章 Lodash
- 第 9 章 Ramda
- 第 10 章 Other Functional Techniques and Articles
課程內容
- Functional programming techniques you can apply right now.
- Concepts that define a functional programming approach.
- The difference between an OOP approach and a functional approach in JavaScript.
- JavaScript libraries such a Lodash and Ramda that support a functional approach.
- Techniques such as currying, cloning and composition done using vanilla JavaScript.
- JavaScript concepts critical to understanding functional programming.
- Creating pure functions that avoid mutations and side effects.
- Declarative programming.
- Avoiding shared state and mutations.
此課程所涵蓋的技能
評價
-
xxchel Uriel Pérez González
very good
-
NNero CodeNinja
Great explanation
-
SSakri Rosenstrom
I was mostly interested in the mechanism of Currying and this was covered more than sufficiently!
-
OOmar Zamprogno
Good step by step learning