A Surprising React Bug

The details HTML element doesn’t work well when we use it as a controlled component in React. I like using plain HTML elements whenever I can, but this time I got bitten by this issue, which is still open on GitHub . Read more

Similar

React 18.3.0 Is Out

React is a JavaScript library for building user interfaces.. Latest version: 18.3.0, last published: 15 minutes ago. Start using react in your project by running `npm i react`. There are 141625 other projects in the npm registry using react. (more…)

Read more »

React Fiber Algorithm Walkthrough

Describing how React Fiber operates, step by step, starting from calling the `render` function in client JS and changing state of a component, down to describing the steps taken by Fiber to do all the work. Best served with Fiber source code on the side. (more…)

Read more »