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

Migrated the whole Project to Vite for Enhanced Performance and Developer Experience #139

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

712Kunal
Copy link
Contributor

@712Kunal 712Kunal commented Feb 2, 2025

Pull Request Template

Description

The current frontend of the HungryBox project is built using Create React App (CRA). While CRA has been effective for bootstrapping React applications, migrating to Vite offers several advantages, including:

  1. Faster Development Builds: Vite’s ES module-based bundling significantly reduces development server startup times.
  2. Optimized Production Builds: Vite produces smaller and faster production bundles with better tree-shaking and code-splitting.
  3. Modern Development Ecosystem: Vite provides native support for modern JavaScript and frameworks, improving compatibility and development experience.
  4. Lightweight Dependency Footprint: Removing react-scripts and associated dependencies will streamline the project's dependency tree

What kind of change does this PR introduce?

  • Bug fix
  • Feature enhancement
  • Documentation update
  • Refactor
  • Other (please specify)

Related Issue

Closes #129

How Has This Been Tested?

  • Unit tests
  • Integration tests
  • Manual testing (include steps if needed)

Screenshots (if applicable):

Not applicable

Checklist:

  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My code follows the project's code style guidelines.
  • I have performed a self-review of my own code.
  • I have removed any unnecessary comments and debug code.

Additional Information

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.

Migrate the whole Project to Vite for Enhanced Performance and Developer Experience
1 participant