Handlebars and Vue.js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Handlebars and Vue.js

Im really new in web development. Kind of 3 days experience))) I've studied html and css couple months ago. I get frustrated with 2 technologies. Should I use handlebars with Vue.js? Vue.js has its own element system I think and I can break a file to multiple files like that. Handlebars does breaks files also. Do I need both or I can do the same job using Vuejs?

4th Jan 2020, 5:58 PM
Lighton
Lighton - avatar
1 Answer
0
Handlebars is normally used in server side templating eg. handlebars view engine of express (server side). Vue.js is for client side rendering (browser side).
5th Jan 2020, 3:30 AM
Calviղ
Calviղ - avatar