8

I just wrote ”o fuk u vue” as a commit message. That’s how I feel about the composition api fucking me in the arse at every turn.

Comments
  • 1
    What's so bad about it?
    Haven't really reached for it myself, as I can just continue writing SFC .vue components, like always :)
  • 0
    Seems like people really hate the composition API, could you elaborate a bit on why? I haven't tried it on a project bigger than a few simple pages, that may be the reason I haven't found any issues.
  • 1
    @neeno I think the issue I have is more being mentally stuck with the options api and the subjects with which I face those seemingly random problems not yet well documented unlike v2.x was. I’m probably just coming at things from the wrong angle, and it’s just frustrating how pervasive the change is - it feels like you have to relearn almost everything that’s more advanced than basic usage.
  • 0
    To clarify, I don’t necessarily think there’s anything fundamentally wrong with the composition api. It’s just that when you’re so used to thinking in the options api way when it comes to working with Vue, the differences tend to fuck you in the arse at every possible turn.
Add Comment