I just want to know witch one of these two options is preferable and why:
HStack(spacing: 0, content: {
...
})
HStack(spacing: 0) {
...
}
Selecting any option will automatically load the page