Today I Learned - Rocky Kev

TIL competition between developers

POSTED ON:

TAGS:

Dan Abramov: some for the nicest, kindest and most amazing people you’ll meet and hang out with will be the people working on the competing projects

I really like this tidbit.

Sometimes, the tribalism gets real. Suddenly, a fan of X Library gets into a yelling match with a fan of Y Library.

Which is silly. Because their creators love to chat.

Evan You openly admits admiration for the React team devs, and borrowing the best parts from React to put into Vue.

This tribal-fanboy-stanning is silly.

https://twitter.com/dan_abramov/status/1470613770569404419


Related TILs

Tagged:

TIL How to implement two-way binding without a framework

One of the reasons we use React or Vue is because of that sweet sweet two-way binding. It's the automatic syncing of data between the model (data) and the view (UI) in both directions. Any changes made to the data will automatically update the view, and any changes made to the view will automatically update the data.

TIL how Svelte is different fom Vue/React

TIL about Concurrency

It means tasks can overlap.