Describe the bug
In a Server-side rendering scenario, the tab navigation of the Native TabStrip is not visible right after its load. The tab navigation is not visible until the page gets rehydrated on the client side.
To Reproduce
Expected behavior
The tab navigation should be visible right after the page load, not when the page gets rehydrated on the client side
When you select a tab, the tab headers are completly redrawn. This makes it impossible to add CSS transitions and animations to the tabs. I would like to add an transition to `.k-state-active`, so on selection there is a nice transtion.
Instead of redrawing, only the necessary changes should be applied to the items, i.e. changing CSS classes.