Episode

How do I manage immutability and state in React?

React enforces immutability in state, meaning you cannot directly change stateful values. This can actually be freeing, and help eliminate an entire class of bugs. Aaron Powell (@slace) talks about immutability, why it's important, and how to manage it in React.

Did you know... You can host your React applications on Azure Static Web Apps? You can publish it all through GitHub.

HTML
JavaScript