Introduction

Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.

react-loadable-ssr-addon is a server side render add-on for React Loadable that helps you to load dynamically all files dependencies on demand.

E.g. splitted chunks, css, json, etc.

Oh yeah, and we also provide support for SRI (Subresource Integrity) under of the hood.

Subresource Integrity (SRI) is a security feature that enables browsers to verify that resources they fetch (for example, from a CDN) are delivered without unexpected manipulation. It works by allowing you to provide a cryptographic hash that a fetched resource must match.

Minimum Requirements

In order to use react-loadable-ssr-addon you need to have:

Tool

minimum version

v4.2.4

v4.41.1

all available versions

Getting started

Follow the steps to make the magic happen:

  1. Install react-loadable-ssr-addon on your project dependencies.

  2. Add our Webpack Plugin to generate the assets manifest file.

  3. Hook it up on your HTTP Server to enable dynamic loading of your file dependencies.

Last updated