I'm an author of writings, essays, images, videos, codes and more. Also did crypto art: FCK NFT HEX
Nothing here yet.
No blogs yet.
I quote @murali, Ubuntu should be the best choice, in development and also in production. Debian is also good, but Ubuntu is very similar and has a better balance between newer packages and stability. Anyway, i think the best approach is to stay with your favorite operating system and software. I work on Windows 10 with phpstorm, atom, illustrator ecc.. and Vagrant to manage different virtual environment (mirrored with production for best consistency). With Windows this kind of things get a little complicated, but if you are a Mac guy they're a piece of cake.
I see no real benefits (at least, maybe, someone is going to build "really" the new facebook in term of complexity) in using React. Mixing xml-like, html, js (i meant "jsx"... really?) and so on, for just the "view". I rarely saw so many messes in my life. It's not easy to learn, not easy to read, not easy to maintain. Why, i just ask why? Because is Facebook's stuff? Do you need components? Vue.js is far better, easier, readable, maintainable framework. For simpler things there's the beautiful Riot.js also.
As first i'd ask myself: is a framework like this really necessary? When the answer is yes, well, with no problem with evergreen browsers, and with a shotgun pointed to my head that prevents me for using far better framework like Vue.js , well, i'll choose Polymer that leverages web components. The React approach and syntax are just crazy and i'd stay away from it as much as possible