aws-samples / aws-samples/amplify-vite-react-template
Repo is outdated
- Dominant language
- TypeScript
- Stars
- 109
- Forks
- 261
- PR merge metrics
- No merged PRs in 30d
Description
As can be seen by open tickets that are not addressed build fails on node24 (maybe 22 as well)
There is a need to manually update deps by adding
```
"@csstools/css-parser-algorithms": "^3.0.5",
"@csstools/css-tokenizer": "^3.0.4",
```
Additionally using `import react from "@vitejs/plugin-react-swc"` instead of `import react from "@vitejs/plugin-react"` results in asset issues.
On top of that it seems that some deps are colliding with prettier, making it go crazy.
Not good DX.
AWS has a steep learning curve, having a failing quick start is a big no no.
Please see to it for the sake of the product.
I am seriously considering to abandon amplify and bootstrap directly into AWS seeing the state of maintenance.
Contributor guide
Assessment
This issue has not been assessed yet.