Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
208 views2 pages

Myntra PWA: - A Progressive Web Application (PWA)

The document discusses Myntra's progressive web application (PWA). A PWA uses a combination of server-side and client-side rendering to provide fast loading speeds and smooth navigation. Server-side rendering involves individual page requests while client-side rendering sends a single request to load the skeleton and then caches content to render only when needed. Building a PWA offers benefits like easier maintenance than native apps, responsiveness across devices and screen sizes, an app-like user experience, and offline functionality.

Uploaded by

hh ggj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
208 views2 pages

Myntra PWA: - A Progressive Web Application (PWA)

The document discusses Myntra's progressive web application (PWA). A PWA uses a combination of server-side and client-side rendering to provide fast loading speeds and smooth navigation. Server-side rendering involves individual page requests while client-side rendering sends a single request to load the skeleton and then caches content to render only when needed. Building a PWA offers benefits like easier maintenance than native apps, responsiveness across devices and screen sizes, an app-like user experience, and offline functionality.

Uploaded by

hh ggj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Myntra PWA 

- A progressive web application (PWA)

PWA Architecture

- Set a range of processes into motion to load the front end interface

- One process is Server-side and the other client-side.

Server-side rendering:

 Request is made for every separate page visited .

Client-side rendering:

 Only sends one request to the server. Entire skeleton of the PWA will be loaded\ making for seamless navigation.
 Site can be rendered by the server and the contents cached, with new client-side rendering only occurring when needed. P
 PWA will achieve superfast loading speeds whilst keeping smooth navigation, creating an experience focused on the user.
 Enables users to create and edit documents on the go without internet.

Why building a Progressive Web Application

 PWA's Are Easier to Maintain


 PWAs are Responsive Design (by device, and screen size)
 PWA's Offer an App-Like Experience
 PWA's Can Work Offline

You might also like