Introduction to React
Learn why we are using React to build the front end.
We'll cover the following...
What is a React Application?
In the past, creating a web page involved putting together enough HTML markup to make the page look right and then styled using CSS. Later, Bootstrap and other libraries became popular for creating professional-looking pages with consistent styling. To create interactive user interfaces, the developer must use JavaScript, which is well suited to ...