React 19 support?
Im considering upgrading to react 19, curious if there is a paved road in wasp for that or if anyone has experience
4 Replies
Hi @Noah. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
I apologize, but there seems to be a misunderstanding in your question. As of now, React 19 does not exist. The latest stable version of React is 18.
Regarding Wasp's support for React versions, the knowledge sources indicate that Wasp has recently updated to support React 18. Here's what we know:
1. Wasp has upgraded to React 18, as evidenced by this closed GitHub issue which was about updating React to version 18.
2. The upgrade to React 18 was considered a breaking change and was implemented along with updates to other React-related libraries.
3. Another GitHub issue confirms that React and ReactDOM were updated to the latest versions.
If you're using the latest version of Wasp, you should be working with React 18. There's no information about React 19 support because that version doesn't exist yet. When new major versions of React are released in the future, the Wasp team will likely consider upgrading to them, but this would be subject to their development roadmap and priorities.
If you have any specific concerns about using the current React version with Wasp, or if you're experiencing any issues, it would be best to provide more details about your particular use case.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @Noah, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist:
Perhaps try again in 15mins?
GitHub
Migrate to React 19 · Issue #2482 · wasp-lang/wasp
React 19 is the latest version as of now and we should migrate to it. It doesn't seem there are a lot of breaking changes but we should investigate how does the bump affect Wasp's code and ...
The idea of relying on Wasp is not having to worry at all about React versions 🙂
It's on our roadmap to update to the latest one, as well as to update to the latest Prisma version.
When we update things on our end and you upgrade your Wasp version, you'll move to a newer React version as well.
Cool, thanks!