If you are familiar with the useState hook in React, you know that it's a function that's called each time our component renders. The function returns...
Despite its "new kid on the block" reputation, Svelte was created back in 2016. The obvious comparisons are with React and Vue. So, how is Svelte...
Eleventy(11ty) first appeared in 2018, and describes itself as a "simpler static site generator". According to the creator, the inspiration for 11ty...
You probably have noticed there are two ways to access a property on an object: Dot notation Bracket notation Naturally, you might assume they...
What exactly is a tween? The first time I heard the word "tween", I wasn't totally sure what it meant. Simply put, a tween is a sequence of frames. In...