Skip to content Skip to sidebar Skip to footer
Showing posts with the label Composition

Function Composition With Rest Operator, Reducer And Mapper

I'm following an article about Transducers in JavaScript, and in particular I have defined the … Read more Function Composition With Rest Operator, Reducer And Mapper

React.js: Defining Custom Attributes

React has a few custom defined attributes. How can I define my own? Why? I have an Arc component, a… Read more React.js: Defining Custom Attributes