Modern router for VK Mini Apps.
This library simplifies navigation with VKUI and provides API to control it. Application structure is kept the same ([Epic] -> [Root] -> View -> Panel) and even components are named as in VKUI so it will be much easier to get started if you already know how VKUI works.
With Yarn:
yarn add vkui-navigationor with NPM:
npm i vkui-navigationAlso, don't forget to install @vkontakte/vkui and @vkontakte/vk-bridge
You can browse the Documentation. First of, you should learn the Basics and then you can continue through the tutorial. All pages are (hopefully) translated to Russian as well.
MIT, learn more