React Context is a powerful feature introduced in React v16.3.0. It allows you to access values from the current context (e.g. the parent) inside your components’ render methods, where you normally would be limited to accessing only its local state and pr... (more…)
Read more »
Living at the intersection of Technology, Research, Economics & Art... (more…)
Read more »
In building wine.study, we quickly got to the point where we were experiencing a development bottleneck in the construction of components. This bottleneck occurred due to a number of reasons. We solved it with a live style guide.
Read more »
React Summit, one of the most important ReactJS and JavaScript events in Europe, goes online and offers free talks on two tracks. (more…)
Read more »
Towards the middle of last year I was introduced to virtual-dom, a standalone virtual-dom implementation inspired byReact. After playing with a few examples ...
Read more »