Y
Hacker News
new
|
ask
|
show
|
jobs
by
contextfree
83 days ago
There are like three settings pages that use JavaScript and React Native, the vast majority of Settings is C++ and XAML/WinUI2
1 comments
kelvinjps10
82 days ago
but that was already developed, all new development it's going with web based at microsoft
link
domenicd
82 days ago
Id be interested in a source for both this and the parent's comment. How do we know which settings pages use which tech? Have people been decompiling them?
link
vitorgrs
82 days ago
Pretty easy to know by just looking at app install folder, or, with Visual Studio, without any need to do any decompiling.
In practice, I guess most people realize because web tech just behaves different than native.
link