amogower / cx-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module Federation Next.js Data Fetching with Tanstack Query (react-query)

This is an advanced example of using Module Federation with Next.js and Tanstack Query (react-query) to use Next.js data fetching strategies.

Getting Started

yarn install

Run the following command to start the Next.js apps:

nx run-many --target=serve --all --skip-nx-cache --verbose --parallel=4

Browse to the following URLs:

About


Languages

Language:TypeScript 85.5%Language:CSS 7.3%Language:JavaScript 7.2%