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
Managing User Permissions in a VueJS App [via Anthony Gore]
10.04.2018  •  in #Bookmarks
Creating different user roles for a frontend app can get a little messy as the project progresses. Suddenly the definitions of user permissions are scattered and duplicated throughout UI Components, API services or database queries. (Been there, do...
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!