Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Summary
As the users' app grows in size it becomes difficult to manage via git, and one of the ideas to manage these is split the app up.
- This is fine and users can use hardcoded url in
navigateTo
function. - This creates another problem which occurs when the apps are imported in different environment(as it will get new ids).
- Now the hardcoded navigation breaks and has to be updated, which already is a problem given the size of apps.
To solve these problems we propose allowing navigation to different apps in the same workspace by using app names. This will be possible by adding another parameter to navigateTo
function.
Idea proposal doc
Engineering assessment doc
Slack conversation
Why should this be worked on?
This will help users split the app into multiple micro apps and still deal with portability issues with git connected apps.