Posts tagged “composing”
2 posts found
The Power of Functions Returning Other Functions in JavaScript
June 8, 2020
This post will go over some examples of working with functions and composing them together to create more functions to do more things
javascripthigher order functioncomposition+4
5 Critical Tips for Composing Event Handler Functions in React
May 17, 2020
We will be going over 5 critical tips to compose event handlers in react. This post will not cover everything that is possible, but it will cover important ways to compose event handlers that every react developer should know, minimally
javascriptcompositioncomposing+9