Status of React Aria Toast — timeline for moving out of alpha? #9058
-
Hi team, I noticed that the Toast Could you clarify: Whether the Toast API is expected to move to beta/stable soon? And if useToast and Toast are intended to converge, or serve distinct purposes? Thanks — just trying to gauge whether it’s stable enough to start integrating into a production-facing UI library. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Depends on the definition of soon. We do want to move it along, we just haven't had priority for it. I would expect that it won't be moved along before the end of the year though unfortunately.
React Aria Components (RAC) are all built on the hooks. In general we don't find that people need to drop down to the hooks so much now that RAC exists, but they are there if you need more flexibility. See https://react-spectrum.adobe.com/architecture.html for more information or https://react-spectrum.adobe.com/react-aria/why.html#learn-more |
Beta Was this translation helpful? Give feedback.
Depends on the definition of soon. We do want to move it along, we just haven't had priority for it. I would expect that it won't be moved along before the end of the year though unfortunately.
We are using it in our own design system implementation. Though obviously it's easier for us to respond to changes within our own project.
React Aria Components (RAC) are all built on the hooks. In general we don't find that people need to drop down to the hooks so much now that RAC exists, but they are there if you need more flexibility. See https://rea…