React -Converting Static HTML Website to React application

Kirti K
8 min readJun 1, 2020

The following article will help you to understand how to convert any HTML web page to a ReactJS functional component-based website/application.

If you are developing a new single-page application (SPA) and need help to start. So here is the help to start your dreams.

Before we start please find below important technologies definitions

Prerequisites

  1. SPA — A single-page application is an app that works inside a browser and does not require page reloading during use. In details use “https://en.wikipedia.org/wiki/Single-page_application"
    React — A JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and companies.
  2. Javascript: JavaScript is a scripting language used to create and control dynamic website content.JavaScript was first known as LiveScript, but Netscape changed its name to JavaScript
  3. ECMAScript — ECMAScript is a scripting language specification standardized by Ecma International. It was created to standardize JavaScript to help foster multiple independent implementations.
    a) ECMAScript 6 — ECMAScript 6 is also known as ES6 and ECMAScript 2015. It is a major enhancement to the JavaScript language and adds many more features intended to make large-scale software development easier.
  4. Javascript and ES6 — ES6 is the standard governing JavaScript whereas JavaScript is the programming language…

--

--

Kirti K
Kirti K

Written by Kirti K

Kind is cool & share your knowledge 👋 👋 A seasoned front-end developer with over 15 years of experience crafting immersive digital experiences.

No responses yet