Skip to content

Commit 9e8fd10

Browse files
authored
fix($readme): add links to articles
1 parent 51e6e7e commit 9e8fd10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</p>
1818

1919
# extract-css-chunks-webpack-plugin
20-
> **UPDATE (July 7th):** [babel-plugin-dual-import](https://github.com/faceyspacey/babel-plugin-dual-import) is now required to asynchronously import both css + js. *Much Faster Builds!*
20+
> **UPDATE (July 7th):** [babel-plugin-dual-import](https://github.com/faceyspacey/babel-plugin-dual-import) is now required to asynchronously import both css + js. *Much Faster Builds!* You likely want to read its intro article: https://medium.com/@faceyspacey/webpacks-import-will-soon-fetch-js-css-here-s-how-you-do-it-today-4eb5b4929852
2121
2222
Like `extract-text-webpack-plugin`, but creates multiple css files (one per chunk). Then, as part of server side rendering, you can deliver just the css chunks needed by the current request. The result is the most minimal CSS initially served compared to emerging "render path" solutions.
2323

@@ -28,6 +28,10 @@ For a demo, `git clone` this: https://github.com/faceyspacey/flush-chunks-boiler
2828
- [react-universal-component](https://github.com/faceyspacey/react-universal-component)
2929
- [babel-plugin-dual-import](https://github.com/faceyspacey/babel-plugin-dual-import)
3030

31+
Read the intro article to all the "Universal" familar of packages:
32+
https://medium.com/@faceyspacey/code-cracked-for-code-splitting-ssr-in-reactlandia-react-loadable-webpack-flush-chunks-and-1a6b0112a8b8
33+
34+
3135
## Installation
3236
```
3337
yarn add --dev extract-css-chunks-webpack-plugin babel-plugin-dual-import

0 commit comments

Comments
 (0)