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

Migrate off of deprecated react-scripts #565

Open
Scc33 opened this issue Jun 7, 2024 · 0 comments · May be fixed by #566
Open

Migrate off of deprecated react-scripts #565

Scc33 opened this issue Jun 7, 2024 · 0 comments · May be fixed by #566

Comments

@Scc33
Copy link

Scc33 commented Jun 7, 2024

Describe the feature

Create React App (CRA) has been an essential tool for bootstrapping React applications with zero configuration. However, the react-scripts package, which is integral to CRA, has seen infrequent updates and maintenance. This stagnation can lead to several issues, including:

  • Dependency Vulnerabilities: Outdated dependencies can expose the project to security risks.
  • Lack of Modern Features: Newer JavaScript and React features may not be fully supported or optimized.
  • Customization Limitations: CRA’s abstraction can limit the ability to fine-tune and optimize build configurations.

Create React App Gone From React.dev - facebook/create-react-app#13072
Replace Create React App recommendation with Vite - reactjs/react.dev#5487 (comment)

Potential Solutions

  • Solution 1: Migrate to Custom Webpack/Babel Configuration
  • Solution 2: Use Alternative Tools like Vite
  • Solution 3: Use Next.js for Server-Side Rendering and Static Site Generation
@Scc33 Scc33 linked a pull request Jun 7, 2024 that will close this issue
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 a pull request may close this issue.

1 participant