Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add demo of using farm-fe bundler for embedded components #4466

Merged
merged 3 commits into from
Jun 24, 2024
Merged

Conversation

cmdcolin
Copy link
Collaborator

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

@cmdcolin cmdcolin merged commit 3091e05 into main Jun 24, 2024
@cmdcolin cmdcolin deleted the add_farm branch June 24, 2024 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant