@emil_priver Love Golang, but the slice zero value thing sometimes hurts. Returning:
var items []string
Gives null in JSON instead of []. I get why it's nil under the hood, but in practice it's a pain lol
@niklas_wortmann @danielcroe@TheAlexLichter There are still some problems with nuxt :(
For example, the $t of nuxt/i18n doesn't recognize its type very well (it marks as error) and Volar doesn't work 100% well (also I think that from a child component you can't go to the parent from the shortcut view usages) :/