DEV Community

Discussion on: Hands-on Vue.js for Beginners (Part 2)

Collapse
 
superterrific profile image
Dana Byerly

Thank you, this helped me better understand a Vue app I cobbled together from examples! Really appreciate the clear explanation and dissection.

And, more excitingly, within minutes of reading this I was able to refactor the previously mentioned app to use a click event to call the method with an API call, replacing the window.location.reload(true) full page reload. Thanks again ⚡️👍🏼

Collapse
 
marinamosti profile image
Marina Mosti

Awesome Dana!!! Next week ill go into conditional rendering so stay tuned :)