Title Text

The Basics

HTTP

Server

Request

GET www.hawa.com

Response

<html>
<head>
    <title> Home </title>
</head>
<body>
    <img src="hawaLogo.png"/>
    ...
</body>
</html>

Server side rendering

Server side rendering

Client side rendering

Client side rendering

Single Page Applications

Rest API

Getting starated with React (Part I)

By Pratish Shrestha

Getting starated with React (Part I)

  • 767