Hacker News new | ask | show | jobs
by freehorse 7 days ago
Not a web-dev myself and I was wondering if, apart from unfamiliarity with astro or HTML being treated as unknown technology, it also has to do with having to handle fallback cases, eg the 3 point validation (web component, browser default, server), esp when one is used to have react (libraries) just handling it all without any more considerations.
1 comments

I don't know about you, but my team uses React and we also have to handle validation on front end and back end, in different ways.