Vue RFC: Expose logic-related component options via function-based APIs instead
101–110 of 253 posts
Re: Vue RFC: Expose logic-related component options via function-based APIs instead
#102Hopefully history will repeat itself and some clever dev will fork Vue 2.0 and create a new framework which has all the good parts of Vue 2 and nothing from this react inspired Vue 3 and all would be good again (just like Evan did when Angular went rogue)
Re: Vue RFC: Expose logic-related component options via function-based APIs instead
#103Re: Vue RFC: Expose logic-related component options via function-based APIs instead
#104Re: Vue RFC: Expose logic-related component options via function-based APIs instead
#105Earlier quoted context omitted.
How? It's still perfectly valid, usable, idiomatic React.
If you learned React with hooks the class notation won't make sense, and viceversa.
Re: Vue RFC: Expose logic-related component options via function-based APIs instead
#106The whole html template is one long string literal. I prefer JSX, where the XML is treated as code rather than a long string that needs to be parsed.
Re: Vue RFC: Expose logic-related component options via function-based APIs instead
#107Earlier quoted context omitted.
Maybe just call it Nue.js or something
I don’t see how changing the name helps over a version number. This is changing the syntax for setting up components, somewhat similar to the class API difference, but it’s still fundamentally the same library. It’s largely just moving functions store on the root object into the setup() function while using a more function-y tree-shaking supporting style. It’d probably cause as much confusion as it helps.
Rust went through that around version 1 where a massive number of answers were updated to match new release and many got "this is not how it works anymore" comments.
Re: Vue RFC: Expose logic-related component options via function-based APIs instead
#108Breaking changes such as this makes me rethink what could be the best approach with regards to front end development. I can recall the time when I moved past Angular when they introduced so many breaking change on their next version. I started using React but was not comfortable enough to keep pace with its progression. Then I found Vue which was a breath of fresh air as this framework has allowed me to deliver end p…
Re: Vue RFC: Expose logic-related component options via function-based APIs instead
#109I guess that's my cue to leave front-end programming forever, and my current job (I'm not joking). I've been through too many cycles and it will never end. There's no way I'm staying for whatever crazy migration my company is going to go through again. And we have apps written in every single JS framework ever conceived. Time to learn COBOL.
Re: Vue RFC: Expose logic-related component options via function-based APIs instead
#110I guess that's my cue to leave front-end programming forever, and my current job (I'm not joking). I've been through too many cycles and it will never end. There's no way I'm staying for whatever crazy migration my company is going to go through again. And we have apps written in every single JS framework ever conceived. Time to learn COBOL.
iOS is far and away the saner of the two if you wanna pick just one, plus it's an easy gateway to the whole Apple family of devices (watch, TV) including, soon, macOS itself. Android's broadly less pleasant and any devices outside phones that happen to be running it are likely to be batshit insane to work on, but it's still way better than the web, and a ton better than it was back in the 4.x days (let alone the 2.x/3.x split days—oof, it was hot garbage back then)