Ben Higham
Web & Applications Developer
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 […]
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?