JSJ 276: Vue.js with Maximilian Schwarzmüller

JavaScript Jabber

Episode | Podcast

Date: Tue, 29 Aug 2017 10:00:00 +0000

<div class="trix-content"> <div><strong>JSJ 276: Vue.js with Maximilian Schwarzmüller          </strong></div><div>This episode of JavaScript Jabber features panelists AJ O’Neal, Aimee Knight, and Charles Max Wood. They talk with special guest Maximilian Schwarzmüller about Vue.js. Tune in to find out more!</div><div><strong>[00:02:21] Introduction to Maximilian</strong></div><div>Maximilian lives in Germany and is a self-taught web developer. He mostly teaches web development on Udemy and his YouTube channel. Vue.js is just one topic that he teaches. He enjoys teaching and passing on information to other web developers: he believes it is the best thing you can do.</div><div><strong>[00:03:10] What other courses do you teach?</strong></div><div>He tries to cover basic web development topics. On Udemy Maximilian teaches Angular and generic JavaScript courses. He also teaches courses on Angular and Node.js. On his YouTube channel he teaches more back-end development and Node.js courses.</div><div><strong>[00:04:00] Elevator Pitch for Vue.js</strong></div><div>Vue.js is a new framework that is popular because it is similar to React but also has Angular features. It is easier to learn than React: not everything is in JavaScript and JXS is not included. It is more also flexible and has better performance than Angular 1. Vue.js is easier than Angular 2 both to learn and master. It is still a JavaScript framework, where developers build single page applications or drop in existing applications to enhance views, control parts of a page with JavaScript, get rid of jQuery, and have an easier time creating applications.</div><div><strong>[00:05:10] What are some challenges people run into as they learn it?</strong></div><div>If developers are brand new to Vue.js, getting started is easy. It has one thing that a lot of frameworks lack which is awesome documentation. Vuejs.org has a comprehension guide that makes getting started simple. There is a general idea that developers still need to learn of how to structure the app, which is similar to React. Developers have to learn how to build components which is used to build the application. The build template is where everything is controlled with Vue.js. JavaScript code is used as well as template syntax.</div><div><strong>[00:06:27] So you build the template and then tell it how each part is supposed to behave with JavaScript?</strong></div><div>Yes. To get started use Vue instances, which are JavaScript objects, control parts of the page and it is marked by an id on an HTML element. Then, write a Vue template, which is basically HTML code where extra features can be used to easily output a variable. It makes it much easier to control via Vue instance. Then add a code, add a method which changes the property of Vue instance. It works together and is easy to build up templates and control your page with Vue.</div><div> </div><div><strong>[00:11:12] Vue’s Advantages </strong></div><div>That depends on the application. Vue.js is easier to learn, which is an advantage when trying to get new developers. The documentation on the website is excellent, which helps when learning the language. Vue also has it’s own single team that develops it’s products, such as the Vue Router and Vue X. It has better performance, but for extremely big projects Angular 4 may be better.</div><div><strong>[00:13:38] Does Vue have routing in it?</strong></div><div>Vue.js has its own router. The core Vue team develops it, which is a different package that is downloaded separately. The advantage to this is that if you don’t need the router, then you don’t have it in your bundle but can easily add it. Once it is added it integrates nicely.</div><div><strong>[00:14:16] How does the Vue router compare to the React router?</strong></div><div>The Vue router offers the same features as the React router: nested routes, passing parameters, route guards, etc. The Vue router i... Support this podcast at — https://redcircle.com/javascript-jabber/donations Advertising Inquiries: https://redcircle.com/brands Privacy & Opt-Out: https://redcircle.com/privacy