Some of our bigger pieces of interactions (Query Editor and Dashboard page) can’t be migrated to React, because they are blocked by the migration of visualizations of React. If to be optimistic this migration will take anywhere between 2-4 weeks to complete.
Instead of waiting for it, I was thinking of maybe it’s the time to give angular2react a try?
It only supports components and one-way bindings, so some changes to the current code will be needed. But from a quick look, they don’t seem that big.
In the case of the dashboard grid it’s even easier because you only need the VisualizationRenderer component. Let me know if you need some help with understanding current code.
I would try to avoid using it as much as possibe, to make sure we don’t get lazy and keep some Angular code around But in the case of visualizations, if it works, it’s definitely worth it.
Login or sign up disabled while the site is in read only mode