4 ms·
List of tools and resources related to React and GraphQL
- acdanger 8y agoSometimes I get the feeling that the supply of frontend toolings is outpacing the demand.
- dano 8y agoTend to agree. This article from January 2018 is pretty on point https://stackoverflow.blog/2018/01/11/brutal-lifecycle-javascript-frameworks/ https://stackoverflow.blog/2018/01/11/brutal-lifecycle-javas...
- tango12 8y agoI would have said this a year ago without blinking an eye, but React is a little different. There are a few things that make react different from stuff I've seen before about core react itself 1) Extremely fast release cycles with huge updates 2) Immense amounts of effort in backwards compatibility and codemod tools 3) Very cool and hard to do things being implemented in the core layer For an example of 3, watch this talk: https://reactjs.org/blog/2018/03/01/sneak-peek-beyond-react-16.html https://reactjs.org/blog/2018/03/01/sneak-peek-beyond-react-... Dan Abramov does an amazing job at conveying some hard concepts beautifully.