-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
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
Viewgroup preloading #600
Viewgroup preloading #600
Conversation
# Conflicts: # core/src/services/iframe.js # core/src/services/routing.js # core/src/utilities/helpers/iframe-helpers.js
Implementation details
How to testYou need at least on view group configured in the Luigi configuration, better more that one. In navigation section of Luigi config you need to specify it like this:
Preload URL should be rather empty page that includes LuigiClient so that it can react on 'luigi.navigat.ok' event properly! You also need to mark some navigation nodes to belong to a view group like this:
Than you can click around in the application and watch iframes with preloaded viewgroups getting preloaded (there are also debug messages to be seen in the console). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comments below
No description provided.