Earlier quoted context omitted.
The fact is, the Javascript ecosystem is unmatched when it comes to very quickly creating frontend applications. Maybe another set of tools would have been better, but that doesn't really matter. This set of tools is what everyone uses, and a lot of effort and creativity goes into making js frontend development as smooth and fast as possible. I often need to very quickly make internal services at my job and while I l…
> and if you're doing crud stuff, most of the work is frankly done for you. React sucks for large complex forms unless you pair it with another technology or two. Want to write a crud app fast? C# and Winforms. Couple years back, I once did a prototype of a web app in C# and Winforms connected to Firebase. Less than a day, done. Month later, had it working in React. Granted the React website looked nice, but the diff…
Yeah working with redux sucks in general imo, I try to avoid it when I can. If I can get away with it, I try to avoid the problem entirely by using hasura as a backend. But sometimes that's not viable.