How to convert any web page into a React web page

Giordano Valdez
JavaScript in Plain English
5 min readMay 14, 2019

--

The following is an exercise that’ll convert any HTML web page to a ReactJS component based website/application. If you are building a brand new single page application and need a starting point, this article is for you.

Although it is satisfactory to build a website knowing just HTML, CSS, and Javascript, it is worth mentioning that the following companies have decided to…

--

--