Preact is a JavaScript library that describes itself as a fast 3kB alternative to React with the same ES6 API. […]
Offline functionality is becoming an increasingly important part of an app’s user experience. This is not just important for apps […]
The HTML5 Canvas is a powerful tool for embedding performant, interactive graphics in web apps. It has broad browser support […]
When building React apps, it is sometimes advantageous for components to have awareness of their size and position on screen. […]
One of the core features of LogRocket is the replay of console and Redux logs in production web apps. To […]
React is usually pretty fast, but it’s easy to make small mistakes that lead to performance issues. Slow component mounts, […]
React is usually pretty fast, but it’s easy to make small mistakes that lead to performance issues. Slow component mounts, […]
React is usually pretty fast, but it’s easy to make small mistakes that lead to performance issues. Slow component mounts, […]
For many years I dreaded front end development. It’s not because I don’t love making products or writing CSS, but […]
Most JavaScript developers are familiar with the console API, particularlyconsole.log(). However, there are a number of lesser-known console methods that […]
While many developers still use CSS to style their React apps, writing styles in JavaScript has become an increasingly popular […]
With the right tools and strategies, JavaScript debugging can become much easier. Explore eight strategies for effective JavaScript debugging, including source maps and other techniques using Chrome DevTools.