Traditionally, engineers use mixins, decorators, inheritance, and plain code duplication to add common functionality to a handful of components. Mixins and decorators can modify the target object in such a way that you are never really sure what methods a... (more…)
Read more »
The React ecosystem has become huge since Facebook made the API public. More so, great libraries have been built in the declarative style…
Read more »
React hook to detect click or touch events outside an element. - geobde/use-click-away... (more…)
Read more »
Progressive Web Apps take advantage of new technologies to bring the best of mobile sites & native apps to users. They’re reliable, fast…...
Read more »
TL;DR: From a code aesthetic perspective, a combination of Hyperscript and CoffeeScript is an excellent way of writing beautiful React code.
React code is ugly. I’m not talking about any technical trait of the framework; I’m talking playing aesthetic... (more…)
Read more »