it is a new bundler sort of similar to vite, and was fun to try out. it's quite fast. the only thing i saw that was tricky was that i had to disable treeShaking in production builds cause it caused an error with "Grow not found" (mui component <Grow/>) for unknown reason.
I also removed the CRA 4 demos from the list. they are getting a bit old. the "dev mode" for example no longer works due to new syntax in the x-data-grid package
This adds a demo of using the farm-fe bundler with our components (https://github.com/farm-fe/farm)
it is a new bundler sort of similar to vite, and was fun to try out. it's quite fast. the only thing i saw that was tricky was that i had to disable treeShaking in production builds cause it caused an error with "Grow not found" (mui component
<Grow/>
) for unknown reason.I also removed the CRA 4 demos from the list. they are getting a bit old. the "dev mode" for example no longer works due to new syntax in the x-data-grid package