Introduction
Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.
Last updated
Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.
Last updated
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.
In order to use react-loadable-ssr-addon you need to have:
Follow the steps to make the magic happen:
Install react-loadable-ssr-addon on your project dependencies.
Add our Webpack Plugin to generate the assets manifest file.
Hook it up on your HTTP Server to enable dynamic loading of your file dependencies.
Tool
minimum version
v4.2.4
v4.41.1
all available versions