You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, relatively new to the react world and currently recreating our work site and going to have a micro frontend approach and I really appreciate you putting up an example like this.
I have tried to get a jotai MFE example working but to no avail. There was a discussion created about my issue in the jotai project pmndrs/jotai#1948
but no answers unfortunately.
I was wondering if you would be able to take a look at that discussion and help point me in the correct direction as my current issue is that my example is not rerendering a component that cares about the atom on the same page, but will rerender correctly if I have the page open in another window/tab.
Would greatly appreciate any help as looking at your project I have the main key things in place. I used pnpm for mine instead of yarn, not sure if that makes a difference.
The only other thing that stands out is that I had to point my remotes to look at dist/assets/remoteEntry not assets/remoteEntry in order for it to work and see the file.
The text was updated successfully, but these errors were encountered:
Hi, relatively new to the react world and currently recreating our work site and going to have a micro frontend approach and I really appreciate you putting up an example like this.
I have tried to get a jotai MFE example working but to no avail. There was a discussion created about my issue in the jotai project pmndrs/jotai#1948
but no answers unfortunately.
I was wondering if you would be able to take a look at that discussion and help point me in the correct direction as my current issue is that my example is not rerendering a component that cares about the atom on the same page, but will rerender correctly if I have the page open in another window/tab.
Would greatly appreciate any help as looking at your project I have the main key things in place. I used pnpm for mine instead of yarn, not sure if that makes a difference.
The only other thing that stands out is that I had to point my remotes to look at dist/assets/remoteEntry not assets/remoteEntry in order for it to work and see the file.
The text was updated successfully, but these errors were encountered: