I write about things. I try to help you to code better.

All of my long-form thoughts on programming, leadership, infrastructure, and more, collected in chronological order.

React State explained

State is a runtime data that react relies upon in order to render your app. This data changes over time and typically affects the visual output of our app.