I cam here to get away from all the corporate BS, but suddenly people want to welcome Facebook/Meta to the fediverse? I cannot fathom how people see their intentions as pure or innocent, especially since they aim to profit off of the open source software everyone has worked so hard on.

I just don’t see how the fediverse survives if it decides to let these massive companies make their instances. It feels like it’ll be a repeat of the rise of social media, where all the smaller forms got wiped out by large, consolidated social media platforms.

  • varzaman@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    You’re right, it is a controversial and uninformed take ;)

    AngularJS was awful. It was clunky, relatively slow, and wasn’t intuitive to use. It wasn’t until Angular (2) where they started gaining back some good will. Vue wasn’t very popular back then.

    React came in with one of the easiest flows you could pick up. Prototyping with React is a breeze. The flow of data makes sense. It is intuitive for a non web developer to use. It was 100% better than AngularJS for the vast majority of things that people needed for it.

    Where React falls apart is when you are scaling up with systems that are firing many events at once. It just has no good way of dealing with the amount of re renders. But for small projects and prototypes? Yea, it’s great.

    I’m a Software Dev, and I’ve used React for a couple of years now. Using Angular atm though lol.

    I get the hate boner for Meta, I have one myself. But Meta maintains the React codebase, you’re really selling them short in that aspect.