The beauty of the spread syntax in ES6
One of the many improvements in ES6 is the spread syntax. It allows an iterable to expand in places where 0+ arguments are expected and can also be used to merge objects in a very elegant way.
ReadOne of the many improvements in ES6 is the spread syntax. It allows an iterable to expand in places where 0+ arguments are expected and can also be used to merge objects in a very elegant way.
ReadThe eTender widget uses React Higher Order Components in various places to facilitate code reuse. In this blog post I describe how and why I replaced the HOC pattern with regular components with a 'render prop'.
Read