-
Notifications
You must be signed in to change notification settings - Fork 196
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
feat(sdk)!: sunset ex.ReactApp
#6179
Conversation
Thanks for opening this pull request! 🎉
|
ex.ReactApp
Console preview environment is available at https://wing-console-pr-6179.fly.dev 🚀 Last Updated (UTC) 2024-04-09 21:54 |
BenchmarksComparison to Baseline ⬜⬜🟥⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜
⬜ Within 1.5 standard deviations Benchmarks may vary outside of normal expectations, especially when running in GitHub Actions CI. Results
Last Updated (UTC) 2024-04-09 22:00 |
Signed-off-by: monada-bot[bot] <monabot@monada.co>
Thanks for contributing, @Chriscbr! This PR will now be added to the merge queue, or immediately merged if |
Thanks for contributing, @Chriscbr! This PR will now be added to the merge queue, or immediately merged if |
Congrats! 🚀 This was released in Wing 0.68.0. |
The Wing library ecosystem is steadily growing, and we now have a dedicated winglib for React, which you can use with:
Huge thanks to @meirdev for contributing this winglib!
It supports both the
sim
andtf-aws
targets. To lighten our maintenance load (and build times), this PR removes the built-inex.ReactApp
class from the core Wing SDK.Closes #6139
There is a known limitation that the
react
winglib does not yet support customizing the domain on AWS usingcloud.Domain
- see #6178. (contributions are welcome!)If you have any trouble with the dedicated winglib, please let us know by opening a GitHub issue or sending a message on the Wing slack - we're happy to help.
BREAKING CHANGE:
ex.ReactApp
and related types have been removed from the Wing SDK. We recommend using the dedicated react winglib instead.Checklist
pr/e2e-full
label if this feature requires end-to-end testingBy submitting this pull request, I confirm that my contribution is made under the terms of the Wing Cloud Contribution License.