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

Vite-based React implementation #129

Merged
merged 10 commits into from
Dec 11, 2024
Merged

Conversation

DBozhinovski
Copy link
Contributor

Summary of change

Changes the React implementation from the deprecated CRA to Vite. Adds a Readme and cleans up the implementation.

Note: to be used as a reference implementation for the other ones.

Test plan

  • If added a new boilerplate
    • I tested the new boilerplate by running the CLI locally
    • I tested that the boilerplate is created and works correctly when using command line flags (--recipe=... for example)
  • If added a new recipe, frontend or backend
    • I tested that the newly added option is usable by passing command line flags (--recipe=... for example)

Checklist for important updates

  • Changelog has been updated
  • Changes to the version if needed
    • In package.json
    • In package-lock.json
    • In lib/ts/version.ts
  • Had run npm run build-pretty
  • Had installed and ran the pre-commit hook
  • If added a new recipe, I also modified types to include the new recipe in Recipe and allRecipes
  • If added a new frontend, I also modified types to include the new frontend in SupportedFrontends and allFrontends if required
  • If added a new backend, I also modified types to include the new backend in SupportedBackends and allBackends if required

boilerplate/frontend/react/README.md Outdated Show resolved Hide resolved
boilerplate/frontend/react/README.md Outdated Show resolved Hide resolved
boilerplate/frontend/react/src/App.tsx Show resolved Hide resolved
boilerplate/frontend/react/src/config.tsx Outdated Show resolved Hide resolved
@porcellus porcellus merged commit f63d21a into master Dec 11, 2024
@porcellus porcellus deleted the feat/CLI-next/react-reference branch December 11, 2024 10:06
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.

4 participants