The State of JavaScript 2018 [Report via stateofjs.com]

The State of JavaScript report shows data from a survey of 20.000 developers. They were asked about what frameworks and libraries they use, and how they feel about the current state of JavaScript.

The results are very interesting, and show that devs using Vue.js (and also React) are usually happy with their choice.

Devs love Vue.js for it's easy learning curve, as well as it's general programming style / patterns and the good documentation.

The team behind the report: Sacha Greif, Raphael Benitte and Michael Rambeau!

πŸ‘‰ See the Report

Similar Articles
Build a Progressive Web App In VueJs, from Zero to Hero! [via Hackernoon]
15.01.2019  •  in #Tutorial, #Bookmarks
In case you didn't notice: Everyone is doing Progressive Web Apps now! Read this article series by Fabian Hinsenkamp to create your own PWA with Vue.js!
Advanced Vue.js Debugging [via vuejsdevelopers]
24.10.2018  •  in #Bookmarks
Debugging and reading a documentation are the most important skills of a developer. Learn about the thought process behind debugging with this Detective Story about Debugging by Kevin Ball!