
@karlhorky @thdxr It was fundamentally changed since then (wsl2) I would recommend to give it another try. While I rarely work on Windows, when I do - it’s on wsl
English
Eliya Cohen
326 posts

@CoEliya
Software Developer | Creator of SafeQL (https://t.co/Q9Lm7Gow4O)









ORMs don’t make SQL easier. They just make it slower and harder to debug.








conditional renderings in react (no matter if you do them with && or with ? : null) don't evolve well. Like: { isPending && <Spinner /> } more conditions will follow, and you'll end up having a spinner where you don't want it. The solution is almost always component composition