vish30

Results 3 comments of vish30

Thank you @raspy8766 for your efforts to get Module Federation support in CRA. This would help many if it gets merged.

@dilanx Vite uses Rollup as a bundler and Rollup doesn't support module federation. Webpack supports it, which is used in CRA. I am trying to use CRA 5 with module...

What if the same query is being used at two different components and I want it to fetch only once and serve it from cache in the other component?