kriasoft/isomorphic-style-loader
CSS style loader for Webpack that is optimized for isomorphic (universal) web apps. observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 97
- Release rhythm 55
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 547
- age_days: 3939
- days_rel: 89
- days_push: 22
- n_releases_24m: 2
Adoption not part of the score
1272 stars · 141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Webpack CSS loader optimized for isomorphic (universal) web apps, similar to style-loader but supporting critical path CSS rendering. It exposes ._insertCss() to inject CSS into the DOM and ._getCss() to return a CSS string, with a withStyles higher-order component for React.
Use cases
- inject css into the dom on the server and client for universal react apps
- render critical path css during server-side rendering
- use css modules with webpack in an isomorphic app
- get a css string from imported styles for ssr
- replace style-loader in a server-rendered webpack setup
When to choose
- you build a server-rendered React app with Webpack 5 and need CSS injected on both server and client
- you want critical path CSS rendering with ._getCss() and ._insertCss() helpers
- you use CSS modules and need class names available server-side
When to avoid
- you have a purely client-side app where standard style-loader suffices
- you use Vite, esbuild, or a bundler other than Webpack
- you rely on hoisted static properties from withStyles (removed in v6)
Facets
library · maturity active
css-framework build-tool ssr web-development frontend cross-platform webpack-loader css-in-js isomorphic critical-css react style-loader nodejs web-server
4 sources
- readme: https://github.com/kriasoft/isomorphic-style-loader · fetched 2026-08-28 · 2a92b606af23
- homepage: https://reactstarter.com · fetched 2026-08-29 · 5878da1e748a
- site_page: https://reactstarter.com/getting-started · fetched 2026-08-29 · 0811cda9e614
- registry_npm: https://registry.npmjs.org/isomorphic-style-loader · fetched 2026-08-29 · 141521e8ec8d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kriasoft/isomorphic-style-loader | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="kriasoft/isomorphic-style-loader")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem