5 ms·
I am a react developer. For past few months I am working in vue and I Just dont see any benefits
by profstasiak 7mo ago
I am a react developer. For past few months I am working in vue and I Just dont see any benefits
- uriahlight 7mo agoThou art living under a rock.
- satvikpendem 7mo agoIronic.
- TonyStr 7mo agoVue 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 7mo agoThat’s because you’re a “React developer”.