Home » Archives for Mark Otto » Page 101
June 11, 2021
By
Mark Otto
Learn to Build Scalable React Apps — Brian Holt covers the latest tools in the React ecosystem like TypeScript, TailwindCSS, Redux, Jest, and more in this new and updated video course! Frontend Masters Introducing Chrome’s New Memory Inspector — Landing in Chrome 91’s DevTools is the…
June 10, 2021
By
Mark Otto
Spend Less Time Debugging and More Time Building with Scout — Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues in minutes. See for yourself why Scout is a Node developers’s best…
June 9, 2021
By
Mark Otto
▶ Why Is My React App Slow? — The latest episode of Smashing Magazine’s podcast covers React performance and Drew McLellan talks to JavaScript performance expert Ivan Akulov about what slows down React apps and what can be done about it. Smashing Magazine Podcast podcast Introducing Reactron…
June 7, 2021
By
Mark Otto
As you can understand from the title of this article, the goal is to be more productive developing React applications. That is why a long intro is unnecessary. There are only two points that I want to highlight at the very beginning of the article:…
June 4, 2021
By
Mark Otto
Making JavaScript Run Fast on WebAssembly — Twenty years ago, JavaScript had a reputation of being rather slow but a huge amount of time, money and research went into making it incredibly fast in the browser. Now, the Bytecode Alliance is supporting work to do…
June 3, 2021
By
Mark Otto
Electron 13.0 Released — Maybe 13 is unlucky for some, but lucky for you if you have cross-platform desktop apps to build with Node! Version 13 gets you onto Chromium 91 (reading files from the clipboard seems to be a new possibility..), Node 14.16, and…
June 2, 2021
By
Mark Otto
Top React Component Libraries (2021 Edition) — The folks at Retool just released the 2021 update of their list of top React libraries. But it’s more than just a list, but rather a detailed synopsis seemingly based on first-hand experience. Kevin White Svelte for the…
June 1, 2021
By
Mark Otto
User experience is crucial when you interact with your website or web app. Though it may seem that choosing a drag and drop element is no big deal, after all, it’s just a basic functionality component! But, the drag and drop module lets you transfer…
June 1, 2021
By
Mark Otto
Pagination is an integral part of any modern web and mobile application. In this article, we will look at how to implement pagination into a table that shows weather data. We’ll be using react, node.js, the OpenWeatherMap API, as well as the react-paginate library itself.…
May 28, 2021
By
Mark Otto
Sparkplug: V8’s Non-Optimizing JavaScript Compiler — When you wonder just where the V8 team will pull out a few more % of performance improvements, they come up with something :-). Their new ‘super-fast non-optimizing compiler’ in V8 v9.1 sits in between the existing interpreter and…