Skip to content

Free Resources

Resource thumbnail
ReactJS

Web Performance: Rendering faster with a shade of PRPL

PRPL is a performance pattern that originated from Google that allows you achieve faster render speeds with your applications. In this training session we’ll cover an overview of the PRPL pattern which consists of , Push: the most important resources, Render: initial route as soon as possible, Pre-cache: remaining routes/assets, Lazy-load: other routes and less important assets/resources.