If you haven’t been keeping up with the static websites hype train, I’d say you’re reading this at just the […]
IDB-Keyval is a promise-based API that enables you to persist preferences beyond page refresh in a fashion that will work both online and offline.
In this post, we will take a look at when you should use CSS Grid and when you should use CSS frameworks.
Vue.js is so small and practical that you could use it as a general-purpose library. But should you?
Learn how to create randomly generated backgrounds and other dynamic images using Houdini’s new CSS Paint API.
Learn how to use React dnd, which includes a powerful API to handle dragging and dropping.
Learn how to sidestep the difficulties in building a debugging library on top of the Node.js async hooks API.
Learn how the functional programming paradigm can help you write code that is more readable, easier to test, and less complex due to the absence of states and mutable data.
Learn about the inline styling concept in React, and why you shouldn’t be using this if you’re planning to have a scalable and productive application.
A general rule of thumb is to consider how possible it’ll be to do exactly what you want to do with props and state before thinking about refs.
Learn how JAMstack sites handle common dynamic actions, such as loading data asynchronously , reading and writing to a database, and authenticating users.
Before you give up on CSS and resort to adding more HTML or blowing everything up with some JavaScript, take a look at the CSS selectors and properties you can use.