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

refactor: migrate create-react-app to vite #143

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

YOU54F
Copy link
Member

@YOU54F YOU54F commented Oct 10, 2024

testing out the minimal work to migrate a create-react-app (react-scripts) over to vite + jest

this react example is used as a basis in many of our javascript based examples

it works, but consideration required for whether we create some different react based consumer apps

https://react.dev/learn/start-a-new-react-project

different bundlers, such as parcel instead of vite.

different testing frameworks, maybe vitest over jest

migrate to typescript? or create typescript based example counterpart?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant