In order to view this lesson, you must purchase this course.
To make our lives as simple as possible, I would like to introduce a very popular javascript framework called Vue.js. Using this library will accomplish two important things inside of our web pages. The first is to eliminate the usage of weird % symbols in our code, its very hard to type in my opinion. Secondly, its much easier to use two way binding syntax in our web pages to update the UI and handle things like clicking buttons.
Today's lesson will be a quick intro to Vue.js, I do recommend you go through some of the "Getting Started" guides on the internet to get more familiar with the syntax. By the end of today's video, we'll have functional UI that helps us delete post objects from the browser.