F
F
ForSureN12021-10-06 15:31:32
Frontend
ForSureN1, 2021-10-06 15:31:32

What is the difference between "Tabov", etc. js and vue?

Good afternoon, there was such a question, rather a philosophical kind of question.
We can implement regular "tabs" both in pure JSE and in Vue, but I don't understand what is the difference in performance? Or if the project is made on vue, then the tabs should logically be on view. But if the project is in native JS, does it make sense to include vue, for the sake of tabs, etc. manipulation?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2021-10-06
@ForSureN1

The difference is mainly in how complex the interface can be made with reasonable effort. Vue/React/Angular make it easy to write complex interfaces. Tabs, most likely, do not belong to those, so it makes no sense to connect some kind of framework just for the sake of them. But writing vanilla if the framework is already connected is also strange.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question