Asynchronous loading of the Viz UI #2053
astrojuanlu
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment, Kedro-Viz works as follows:
kedro viz run
There's another pattern that @stephkaiser and I discussed with somebody one day:
kedro viz run
Given that we are using a SPA framework for the frontend already, we could use it to load project information asynchronously after the UI has launched, and increase the perceived performance of Kedro Viz at launch.
Beta Was this translation helpful? Give feedback.
All reactions