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
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
Server-Side Rendering With Laravel & Vue.js 2.5 [via Antony Gore]
10.04.2018  •  in #Bookmarks
In case you didn't notice before: Laravel is kinda my jam! So I was excited for Server-Side-Rendering being supported for Laravel since last year / Vue.js 2.5 😊 If you need to jump into SSR with Vue.js & Laravel, I recommend Anthony Gore's article...