@ilyamiskov Yes, agree, last hundred years demonstrated us how toxic patriotism is and how fast it can bring a group of people to chauvinism and further.
I think there are better ways and ideas to bring people together.
If you use GitHub (especially if you pay for it!!) consider doing this *immediately*
Settings -> Privacy -> Disallow GitHub to train their models on your code.
GitHub opted *everyone* into training. No matter if you pay for the service (like I do). WTH
https://t.co/vcSkhM5yLV
Tried TanStack Start and sincerely, it is just too verbose for me, too many defineServerFn, defineMiddleware and so on. I am more of a SvelteKit person, predictable conventions make software better.
@joyofcodedev@dummdidumm_ Yes, remote functions bring better DX and you can keep one requireAuth function and call it anywhere, but you can also do the same thing in loaders and actions.