| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is an advanced example of using Module Federation with Next.js and Tanstack Query (react-query) to use Next.js data fetching strategies.
yarn installRun the following command to start the Next.js apps:
nx run-many --target=serve --all --skip-nx-cache --verbose --parallel=4Browse to the following URLs:
http://localhost:3000/ (advanced federation, main host app)
http://localhost:3001/ (advanced federation)
http://localhost:3002/ (basic federation)
http://localhost:3003/ (basic federation)
| Back | FazBrowse Home | New Git URL |