Tag: UI library

React is a popular JavaScript library that has been used in web development for over a decade, and has become increasingly popular in recent years. But what is React exactly? Is it a library or a framework? The answer isn’t so straightforward, as React can be seen as both a library and a framework, depending

Barry Dyngles
February 18, 2023

When it comes to web development, Model-View-Controller (MVC) has long been the industry standard. It’s a way of dividing the code into separate parts that can be changed independently, making it easier to maintain and update. But in recent years, there’s been a new challenger on the scene: React. So, is React a MVC? The

Barry Dyngles
October 30, 2022

What are Props? Put simply, props are the data that a React component receives. They are used to pass information from one component to another, allowing developers to create dynamic user interfaces. Props are also known as properties and are passed in the same way as other JavaScript objects. How do Props Work? In order

Barry Dyngles
October 6, 2022