react-loadable-ssr-addon
  • Introduction
  • Getting Started
    • Installation
    • Usage
    • Example
  • API Documentation
    • Webpack Plugin
    • Server Side
    • Assets Manifest
Powered by GitBook
On this page
  • Minimum Requirements
  • Getting started

Was this helpful?

Introduction

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

NextInstallation

Last updated 5 years ago

Was this helpful?

react-loadable-ssr-addon is a server side render add-on for 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 under of the hood.

Subresource Integrity (SRI) is a security feature that enables browsers to verify that resources they fetch (for example, from a ) 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. on your project dependencies.

  2. to generate the assets manifest file.

  3. to enable dynamic loading of your file dependencies.

Node.js
Webpack
react-loadable
React Loadable
SRI (Subresource Integrity)
CDN
Install react-loadable-ssr-addon
Add our Webpack Plugin
Hook it up on your HTTP Server