aws-samples / aws-samples/amplify-vite-react-template

Repo is outdated

Open
#33 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.