R
R
Rag'n' Code Man2020-07-31 03:53:16
In contact with
Rag'n' Code Man, 2020-07-31 03:53:16

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

3 answer(s)
I
Ivan Nedzvetsky, 2020-08-02
@iDmitriyWinX

You can use Vue,
you need to connect https://www.npmjs.com/package/@vkontakte/vk-bridge and call the VKWebAppInit method
vkBridge.send('VKWebAppInit');

M
Maxim Barochkin, 2020-07-31
@unewe

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.

A
Anton Anton, 2020-07-31
@Fragster

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 question

Ask a Question

731 491 924 answers to any question