I like astro but I struggle with scripting and .astro components. I need to query all my components because the script is only included one but the css scoping does not work with the js. Using Astro with other component frameworks works great. Using it if not much js code is needed works great as well. But even writing simple scripts for form validation seems to be so much more pain compared to react or others. Also you need to serialize the props in html and deserialize them in js to access them. I think theres still a lot what needs to be improved.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I've been enjoying Astro really clever stuff.
I like astro but I struggle with scripting and .astro components. I need to query all my components because the script is only included one but the css scoping does not work with the js. Using Astro with other component frameworks works great. Using it if not much js code is needed works great as well. But even writing simple scripts for form validation seems to be so much more pain compared to react or others. Also you need to serialize the props in html and deserialize them in js to access them. I think theres still a lot what needs to be improved.