
We’ll learn how to implement Algolia InstantSearch into your application by building a movie search sample app.

While testing can be a very controversial concept, something we can all agree on is testing is a very critical aspect of any product and it should be treated as such.

A while back, I wrote an article about the basic setup for Go WebAssembly in a React app. We’ll be piggybacking […]

Performance monitoring is a very important topic for any application that expects to be deployed into a production environment. Performance […]

Code review is the process of analyzing code through a (theoretically) rigorous process of reading and critically peer reviewing its […]
TL;DR: Some dude gave away his popular Node.js repo to a hacker, and that hacker added code to it that […]
If you’ve ever had to debug a memory leak or profile a performance issue in Chrome, you’ve probably experienced the […]
Introduction Writing unit tests is a critical step in building robust, high quality software. When developing Vue.js applications, it is […]
At LogRocket, nearly our entire code base is JavaScript. Over the years, we have learned a good amount about the […]

Compare TanStack Charts, Recharts, and Chart.js by building the same React dashboard three times. See how each library’s mental model affects your code.

After years of designing and building digital products, I’m sharing 10 UX lessons that challenged my assumptions about minimalism, AI, familiarity, and more.

Is the Rust React Compiler’s 10x speed claim real? We put Babel, Vite (Oxc), and Bun to the test on a real app to find out where the speed actually matters.