Tag: stateful-components

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

To use hooks, you first need to import the hook you want to use from the React library. Hooks are a new feature in React that allows developers to access the state and other features of a React component without having to write a class. This makes React more approachable for developers who are comfortable

Barry Dyngles
October 9, 2022