Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

OpenHarmony 北向应用花式页面跳转 ~~~ A collection of several methods to implement page routing in OpenHarmony.

Notifications You must be signed in to change notification settings

hydrotho/OpenHarmony_Router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenHarmony_Router

👉 中文说明 👈

There are several ways to implement page routing in OpenHarmoy, each with its own suitable usage scenarios.

However, the official OpenHarmoy documentation is confusing and it is difficult for beginners to make sense of the logic and write usable code, and there are some misleading examples.

For this reason, I created this project, which contains all the common ways of implementing page routing currently (OpenHarmoy 3.2), showing the implementation and behavior of each method in a simple and clear way.