brunos3d / mf-nextjs-ssr-react-query-data-fetching-poc

mf-nextjs-ssr-react-query-data-fetching-poc

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

npm 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

mf-nextjs-ssr-react-query-data-fetching-poc


Languages

Language:TypeScript 56.7%Language:CSS 32.2%Language:JavaScript 11.1%