Lady Programmer

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

There aren’t many differences between React and Vue. Two front-end frameworks are very similar – they both rely on Virtual DOM, they are based on components, and both are used to implement dynamic features. In this […]

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 […]