React

Sort by:

Making React 70% faster with Aiden Bai of Million.js

React is an immensely popular JavaScript library that is used to build website user interfaces. A key feature of React is that it uses a virtual Document Object Model, or DOM, to

Tao of React with Alex Kondov

React is the most widely used front-end framework. It pioneered the component model and influenced the software design of all modern web applications. React is not an opinionated tool,

Nuxt.js with Alexander Lichter

When creating a website, there’s no shortage of choices for how to do it.  Builders must make strategic decisions about the language or framework they want to adopt.  An important

Learning React with Kent C. Dodds

According to builtwith.com, more than 10 million websites are powered by React framework.  Of the top 10k sites by traffic, 44.7% of those are built with React.  This javascript

React Best Practices with Kent Dodds (Repeat)

Originally published March 6, 2020 ReactJS developers have lots of options for building their applications, and those options are not easy to work through. State management, concurrency,