JS Party: JavaScript, CSS, Web Development on Apple Podcasts
Technology · 2024

The Modern JavaScript Tutorial
Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.

JavaScript - The Definitive Guide: Master the World’s Most-Used Programming Language
JavaScript - The Definitive Guide: Master the World’s Most-Used Programming Language : David Flanagan: Amazon.com.au: Books

Building a chat - Browser Notifications with React, Websockets and Web-Push 🤯
Like this article? Follow me on X: https://x.com/nevodavid What is this article…

Things you might not know about Next Image
If you’ve worked with Next.js, it’s likely that you’ve come across Next Image component. This…

Rethinking React best practices
A deep dive into the evolution of React from client-side view library to application architecture.

Full-Stack TypeScript with tRPC and React
How to use tRPC with React for full-stack type safety with TypeScript…

Fantastic closures and how to find them in React
Deep dive into closures in JavaScript and React: how they appear, why we need them, what stale closures are, and how to prevent and fix them in React

Advanced React component composition
A deep dive on composition in React. Learn key principles for designing and building reusable components that scale.

Automatic Batching in React 18: What You Should Know
What is Automatic Batching in React? How Automatic Batching worked in React 17, compared with React 18. How React 18 fixes event handling.

ESLint guide: how to use it with confidence — Z1 Blog
If used properly, ESLint can be a superpower. Discover how to configure it with our front-end developer María Simó.

A Cure for React useState Hell?
useReducer is an often forgotten, but extremely powerful, hook in React. It can replace many cases you might be using useState, with a number of advantages.
Index as a key is an anti-pattern
So many times I have seen developers use the index of an item as its key when they render a list.

React JS Best Practices From The New Docs
If you don’t have time to read the new React docs, I sifted through them for you.

The Interactive Guide to Rendering in React
In this interactive guide, we’ll explore why, when, and how React renders.

The Ultimate React Reading List: Top 15 Must-Read Articles in 2024
React is a popular JavaScript library for building user interfaces, and its ecosystem is constantly…

Why you should use MobX State Tree in your next React project
At Lloyds we write a lot of React and React Native apps. All apps require some state management, so w…
