From 2b56455fad8e58415d39c77c0b6223f7eb624d83 Mon Sep 17 00:00:00 2001 From: Dawid Winiarczyk Date: Wed, 20 Feb 2019 19:19:59 +0100 Subject: [PATCH] Docs: Readme.md information about microservices-webpack-plugin --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2f31438..50519c9 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,9 @@ Single-page application examples are also available: * https://github.com/tsnolan23/tailor-react-spa * https://github.com/shershen08/tailor-vue-demo +## Using the same npm dependencies in fragments +Most probably you will use libraries such as react in fragments. It will cause loading react in every js file sent to client. Consider using [microservices-webpack-plugin](https://github.com/morriq/microservices-webpack-plugin) which address this problem. + ## Benchmark To start running benchmark execute `npm run benchmark` and wait for couple of seconds to see the results.