Several months ago we started talking about whether or not to update our React curriculum to use the new React Hooks syntax over the old class-based syntax.
It was a challenging decision. In addit... (more…)
Read more »
Lots of people treat the ternary operator with suspicion. At first glance, ternaries appear unnecessary. Nothing more than a tool for the overly clever to trim some characters from their code. A favourite hack for coders who don’t care about readability. ... (more…)
Read more »
Javascript parser for ics (rfc5545) and vcard (rfc6350) data - kewisch/ical.js... (more…)
Read more »
Let’s learn how to create a small and simple node module with some ES2015 features and more. (more…)
Read more »
Solid is a reactive JavaScript library for creating user interfaces without a virtual DOM. It compiles templates down to real DOM nodes once and wraps... (more…)
Read more »