so I have been recently trying to get into mobile development with Xamarin, however, I am having a bit of trouble understanding how the cross-platform development works with forms.
Some older tutorials show an option called "UI Technolagy" and "PLC" but I understand those features are now deprecated.
As I learned it so far this was the old way: Shared C# Logic and separate UI code for each platform
So my question is why was the old way removed? I understand Xamarin forms was not as good previously as it is now. How so? Does Xamarin Forms have the ability to make native UI components and run at native speed, and is that why the old features were removed?