Answer the question
In order to leave comments, you need to log in
Is it possible to use VueJS for VK App instead of React?
Good night, sometimes you just want to code for fun, and for that I use JS.
Here, I'm thinking of writing a VK MINI APP, but I don't quite understand if I can use Vue instead of React? The documentation has examples only with React, but nowhere does it say that this library is not supported. To the question “VK application on Vue” and the like, Google did not give out anything interesting.
Is there such a possibility or React Only?
Answer the question
In order to leave comments, you need to log in
You can use Vue,
you need to connect https://www.npmjs.com/package/@vkontakte/vk-bridge and call the VKWebAppInit method
vkBridge.send('VKWebAppInit');
Apparently you do not quite understand what exactly you are going to do. There is much more work in the backend part. Think over the architecture of storing/retrieving data, generating queries. The choice of databases (probably combine part in sql, part in nosql) and so on and so forth. Write the front on whatever you want (this is the tip of the iceberg). In my opinion, the most interesting frameworks are React, Angular, Vue. Well, I would replace js with ts.
As I understand it, there is a regular API call + displaying the results. Though generally without libraries write.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question