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