this duo could kill all those shitty web frameworks like react or svelte, why is no one using it?
doesn't work in webkit browsers. dead standards.
>>107827583you can do everything these do in like 40 lines of js already there is already no reason to use web frameworks
>>107827583My current job uses web components. Fuck that shit. Don't do it. Stick with React. AI is too retarded to do anything, but React. It takes forever to do anything complex.
>>107827832is correct but>>107827583React and things like that enforce normal practices so you can hire easier. Just doing it manually is pretty easy but will result in a fairly custom setup which means you can't fire/hire more employees as easily. That's literally the only reason they are objectively worse and there is no reason to use them otherwise.
>>107827835are web components kind of like HTMX style? it seems cool in theory but Im worried it will never scale to a large project
>>107827809who the fuck cares about apple webshit, it's their fault for using safari
>>107827984>safarithats the only option on iphones, so not really an option to exclude
>>107827809i remember working, not just things like <p is="thing"> and stuff like that.
>>107827849https://developer.mozilla.org/en-US/docs/Web/API/Web_componentsSorry they don’t have en-IN but I hope this helps
>>107827809Why is webkit so shitty anyway? Everyone saw what happened with IE back in the day so why are they letting it happen again?
>>107828019>not really an option to excludeI just exclude it anyway. iFags can just buy another phone if they want to access my app.
>>107827849nothing scales well on large projects specially in web development. the best you can hope for is to put as many guard rails as possible at the boilerplating and ci/cd level to delay that eventuality.
>>107828309pipe your web traffic to /dev/null, that'll scale right up
>>107827583Just use Solid. It's literally vanilla JS with signals and JSX (which is closer to HTML than React)
>>107829452Mithril.js is even better
>>107827849>HTMX styleya essentially. its a bit worse than htmx because with htmx you get server rendering for free. with just a component or even a component library you're taking in the json or whatever from the api and updating it yourself. so essentially you're doing more manual work than either htmx or react. there's no real benefit. managers or senior devs just think they don't have to update code as much because they're not locked into some framework. but code rots regardless and without a framework each component is done however the original dev felt like.
>>107829549>>107827849htmx is a meme, don't use that shit