Detect Loadable-Components
Loadable-Components is a library to solve the React code-splitting client-side and server-side.
Detection looks at javascript globals, dom selectors across 2 fingerprint rules among the site's public responses.
01
Websites using Loadable-Components
Loading website list…
02
Signal classes
PluginView evaluates public page signals in these classes when identifying Loadable-Components. Individual fingerprint rule bodies are proprietary and are not published.
- JavaScript globals
- DOM selectors
03
Example public indicators for Loadable-Components
Illustrative indicators derived from public catalog metadata for Loadable-Components. A live scan may match additional proprietary rules beyond these examples.
- __LOADABLE_LOADED_CHUNKS__
- script#__LOADABLE_REQUIRED_CHUNKS__
04
What a detection means
- Establishes
- One or more public signals on the scanned page matched a known Loadable-Components signature (2 rules) at the time of the scan.
- Does not establish
- A sitewide install of Loadable-Components, an active vendor contract, exclusive use, or that Loadable-Components is still in place today.
05
How to check a site for Loadable-Components
- 1. Enter the website URL in the scan form — homepage, pricing, checkout, or login pages usually expose the strongest Loadable-Components signals.
- 2. PluginView reads only public responses (javascript globals, dom selectors) and scores them against the Loadable-Components signature set (2 rules).
- 3. Review the confidence score and text explanation for Loadable-Components on the results page.
06
FAQ: detecting Loadable-Components
- Can PluginView detect Loadable-Components without logging in?
- Yes. PluginView only reads publicly accessible responses when checking for Loadable-Components — typically javascript globals, dom selectors. It does not bypass authentication or paywalls.
- What category is Loadable-Components?
- Loadable-Components is classified under JavaScript libraries in the PluginView directory.
- How many fingerprint rules cover Loadable-Components?
- This reference currently tracks 2 fingerprint rules across javascript globals, dom selectors. Individual rule bodies are proprietary and are not published.
- What public signals suggest a site uses Loadable-Components?
- Illustrative public indicators for Loadable-Components include __LOADABLE_LOADED_CHUNKS__; script#__LOADABLE_REQUIRED_CHUNKS__. A live scan may match additional proprietary rules beyond these examples.