practical-module-federation
practical-module-federation copied to clipboard
On the `1.3` version of the book, on page 69, section: Using RxJS as an Analytics Bus we create an `analytics.js` module in the `home` app. Then we expose it...
I am not sure if this the best platform for reporting the errors in the book. On page 38, the path seems to be wrong for the code below `window.nav.get('Header').then(factory...
Page 70 replace itemCountSet(0) with setItemCount(0)
I am wondering if there is a plan to update the content since there have been some discussions on new changes / new practices (e.g. remoteEntry cache invalidation techniques, Medusa...
Thanks for the great book! On page 29, after creating the Yarn Workspaces monorepo, deleting all `yarn.lock` and `node_modules` from the packages (nav and home), running `yarn` to install dependencies...
I couldn't find a reference to what type of book it was before I bought it, but it didn't ship a mobi file. I converted it with Calibre so I...
I've tested this and it does seem to the case at the moment that if you follow the advice in chapter 2, "First, stop both of the development servers and...
Remove duplicate "resolve" key in the webpack.config.js of nav
In the section **Dynamically Loading Federated Modules** you mention that in order to set the overrides for the scope, you need to use `window[scope].overrides` but that's not a part of...