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

React 19 Migration #296

Open
AntonioMrtz opened this issue Jan 4, 2025 · 1 comment
Open

React 19 Migration #296

AntonioMrtz opened this issue Jan 4, 2025 · 1 comment
Labels
frontend Frontend related issues help-wanted Help is wanted javascript Pull requests that update Javascript code react Pull requests that update React code refactor Code changes or improvements that do not change code behaviour typescript Pull requests that update TypeScript code

Comments

@AntonioMrtz
Copy link
Owner

AntonioMrtz commented Jan 4, 2025

Description

Migrate the project from React18 to React19. Use React 19 Migration Guide.

Context

A new release of the React framework was released. We aim to stay up to date with recent versions of our framework. By doing that we can take advantage of the new features and improvements that the release brings and makes the project more interesting for new collaborators. It also improves the state of the app for future migrations thanks to not having to upgrade multiple versions at a time.

How to do it

  • Update dependencies
  • Check regular behaviour of the app
  • Run the codemods with npx codemod@latest react/19/migration-recipe (Also in React19 Migration Guide previously mentioned)

Testing

  • Functional non automated testing on the app
  • Check tests still work

🖐️ Learn how to CONTRIBUTE, all help is welcomed :)

📚 Check out the project documentation for more info

⭐ Help this project grow by giving it a star if you like it!

😵 Trello links are used for traceability, do not ask to join the board before leaving a comment in the related issue

@AntonioMrtz AntonioMrtz changed the title React19 Migration React 19 Migration Jan 4, 2025
@AntonioMrtz AntonioMrtz added good first issue Good for newcomers frontend Frontend related issues refactor Code changes or improvements that do not change code behaviour help-wanted Help is wanted javascript Pull requests that update Javascript code and removed good first issue Good for newcomers labels Jan 4, 2025
@AntonioMrtz
Copy link
Owner Author

React19 Migration

@AntonioMrtz AntonioMrtz added react Pull requests that update React code typescript Pull requests that update TypeScript code labels Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend related issues help-wanted Help is wanted javascript Pull requests that update Javascript code react Pull requests that update React code refactor Code changes or improvements that do not change code behaviour typescript Pull requests that update TypeScript code
Projects
None yet
Development

No branches or pull requests

1 participant