top | item 46995706

(no title)

profstasiak | 17 days ago

I am a react developer. For past few months I am working in vue and I Just dont see any benefits

discuss

order

TonyStr|17 days ago

Vue should be a bit faster due to signals (updating state doesn't cause whole components to rerender), or at least require a bit less work to optimize (not as much need for useMemo, useEffect, etc. if everything uses signals). Other than that, it's mostly up to personal preference. SFC, directives, etc. are all just developer ergonomics, and people tend to prefer whatever they're most used to.

Also, vue interops better with webcomponents and non-framework code than React in my experience. Most non-React libraries need a React wrapper to work in a React project.

0xblinq|16 days ago

That’s because you’re a “React developer”.