It’s nice to see more nuanced articles on native v...
# linking-together
s
It’s nice to see more nuanced articles on native vs web applications and an honest treatment of the tradeoffs https://actualbudget.com/blog/porting-local-app-web
m
Interesting approach to have sqlite in wasm running in a worker and storing it as binary data in indexeddb. Thanks for sharing!
s
I wonder what the debugging tools are like for this type of complex setup
I get frustrated even trying to debug my company’s public Gatsby site. I’m spoiled by Python or C# IDE experiences, where the code and the results have a clear mapping