18
Comments
  • 2
    I do actually "prefer" Vue. I never tried angular or react but I just hear bad things about those, mainly about react. Also react's JSX seems awful.
  • 0
    Blazor
  • 1
    Bleh, I'll just avoid all of them until a clear winner emerges.
  • 0
    I like react and I don't hate angular or Vue. But to me, Vue does seem a little complicated than react. I don't know why. May be because I like JSX
  • 0
    @ItsaMeTuni Vue advertises itself as being able to handle JSX
  • 0
    @don-rager yes, but it's not limited to it. In Vue I create components out of .vue files with a template tag for the HTML and a script tag for the JavaScript. Idk if react and angular have the same approach, but I have mostly seen JSX in react and it looks awful. But again, I have zero knowledge of react.
  • 1
    @ItsaMeTuni yeah vue is more old school in that regard. On one Hand they advertise their old school template approach as a plus over react, because you don't have to learn JSX for that and templates are easy.
    On the other hand Just a few Pages later in documentation they state that having to learn JSX shouldn't be a deciding factor because Vue also can handle it, but worse than react.

    Oh how I hate front end development. Oh how I hate JS frontend Frameworks that act like old ideas are the big new shit. Argh h...
  • 1
    @don-rager yeah it's all a fucking mess. I find it a little less messier when you separate the JS from html like in Vue. But I've heard Vue is awful at unit tests. I haven't had that problem since I'm too lazy and incompetent to bother writing tests. I'll ditch Vue in a few weeks anyways and try flutter. It seems pretty cool.
  • 0
    Angular, I dont like JSX. Will probably try Vue someday though.
  • 1
    Svelte :)
  • 0
    ElectronJs?
  • 0
    You like Vue? Check out Nuxt - upgraded version of Vue :P it's on another level of good
Add Comment