Skip to content

Reproduction of Next/React Federated Modules issues

Notifications You must be signed in to change notification settings

abattenb/next-fm-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Federated Module React -> NextJS issue

// For Next Host App
// localhost:3000
cd ./next
npm i
npm run start
// For React Remote App
// localhost:3002
cd ./react
npm i
npm run dev

Importing a standard button works just fine. Importing a button with a React Hook errors out.

Can you import a React app into a NextJS app via Federated Modules, and does it need the withFederatedSidecar()?

About

Reproduction of Next/React Federated Modules issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published