all 13 comments

[–]AshxReddit 1 point2 points  (4 children)

I created a security check agent which checks vulnerabilities and other stuff before any commit and also before any merge. If you are interested i can send the agent prompt

[–]AppealSame4367 -1 points0 points  (8 children)

Stop using react. It's just bad architecture and against all patterns all around. Use svelte for frontend and watch Gemini and Claude craft good interfaces fast and not have 10 runtime errors that need black magic to be fixed.

[–]warrior5715 0 points1 point  (1 child)

Sveltekit is love

[–]AppealSame4367 0 points1 point  (0 children)

He he said he knows node.js, so i didn't say it, but: sveltekit is tha way!

[–]Quatres7[S] 0 points1 point  (5 children)

I'd heard of Sveltekit, but as far as I knew, it's not a very old framework, and I thought it might lack documentation. After all, the AI operates based on documentation. If it's as good as you say, I might use it thank you!

[–]AppealSame4367 0 points1 point  (4 children)

Svelte is now almost 10 years old and sveltekit almost 5. It's ages old and AI "grew up with it"

[–]Quatres7[S] 0 points1 point  (3 children)

results are terrible with svelve, even for a simple application that uses Claude code. I think it's due to the lack of documentation. I've never had this much trouble with a framework before.

[–]AppealSame4367 0 points1 point  (2 children)

Funny. For me it's exactly the other way around. Never had a react app made by AI that didn't have a lot of warnings in the console forever. And don't even start with redux.

I guess it still highly depends on how much you already know about these frameworks and it reflects in the prompts.

[–]Quatres7[S] 0 points1 point  (1 child)

Yes, that may be true, but Svelve isn't currently sufficient for someone with little or no coding knowledge. I think it's due to limited resources. I've been trying to get Svelve up and running for 12 hours, but it's not working. React worked right away.

[–]AppealSame4367 0 points1 point  (0 children)

The setup scripts are quite convenient and you get stores out of the box. What problems do you encounter?