PRPL Pattern 

with

React / React-router / webpack

 

Jai Santhosh

Engineer @ ClearTax

@jaisanth

WHY PRPL?

WHAT is PRPL?

Push CRITICAL RESOURCES for the initial route

Render initial route, get it to interact very fast

Precache the remaining routes (using a Service Worker ?)

Lazy load and lazily instantiate parts of the app as the user navigates

require.ensure()

@jaisanth

But should we 

necessarily

use a SERVICE WORKER??

PRPL Pattern

By jaisanth

PRPL Pattern

  • 668