We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to create a 2-page app. And I want to take page-1 from app-A and page-2 from app-B.
I start to do this:
As mentioned here #813 (comment) if all apps were just single pages, I could have simply made a folder with copies of the pages/apps.
It's low priority for now, we should do this as overall pages revamp
The text was updated successfully, but these errors were encountered:
I see several things here:
Sorry, something went wrong.
Should app consist of multiple pages, or can we simplify them by removing that construct. i.e. 1 app === 1 page
One more potential benefit of that is option to develop pages separately - i.e. right now you can only deploy entire app, not an individual page 🤔
Successfully merging a pull request may close this issue.
Duplicates
Latest version
Summary 💡
I want to create a 2-page app. And I want to take page-1 from app-A and page-2 from app-B.
I start to do this:
But then, I can't get the page-2 from app-B.
As mentioned here #813 (comment) if all apps were just single pages, I could have simply made a folder with copies of the pages/apps.
It's low priority for now, we should do this as overall pages revamp
The text was updated successfully, but these errors were encountered: