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...
Building a Hangman Game with Vue.js [via 30Platforms]
15.07.2018  •  in #Tutorial, #Bookmarks
A fun little tutorial to learn more about Vue.js by building a Hangman Game by Blair Googer