Lady Programmer

Follow me as I discuss programming, working in tech, living in SF and so on

React is the perfect tool for building interactive web applications. Every component has an internal state, which we can use to conditionally style and render components. Conditional rendering is a very important feature in React. Often […]