React
React Components
27 February 2025
What are React Components? A React Component is a self-contained and re-usable part of an application. Components can be created in two different ways: Functional Components A functional component is a JavaScript function which returns JSX and can be rendered on a page. The most basic functional component has a name and returns a JSX […]
What is React?
4 February 2025
React has become one of the most popular tools to build websites and apps in recent years. But what is React, why are so many people and projects now using it and how can you start learning it?