• React Is A Terrible Idea – https://www.pandastrike.com/posts/20150311-react-bad-idea

    Je suis pas vraiment d’accord avec tous les arguments. Par contre, sur d’autres...

    What if, instead of promoting an open source framework that only benefits applications that adopt it, they instead put their efforts into making open source browsers better?

    Et bim.

    We have the luxury of complaining about “slow” rendering times in the DOM because we can take for granted a browser platform that is improving faster than we can even make use of the new features. This includes major rendering improvements. We don’t need more workarounds; what we need is more investment in making the platform we have, whose very existence is a near-miracle, better.

    Bon, par contre :
    – Les web components : c’est pas sec, c’est pas « production ready »
    #React implémente une façon de « componentiser » une interface, qui tranche avec le modèle #MVC, l’auteur de l’article persiste à l’analyser selon ce modèle.
    – React lui, tourne en prod, et est utilisé par Facebook, contrairement à #Angular (pas utilisé chez #google)

    #javascript #web-dev