10

So, let me preface this by saying I come from a backend (mostly c#) background.

The way React handles objects changing in state is horrendous. And if you decide to try using hooks, God help you.

I honestly don't know if it's Blazor or something else that will kill js, but something absolutely needs to. It is a dumb, terrible language. It has to go.

All that said, of course I'll go back to work on it tomorrow.

Sorry, js/react guys/gals. Just venting. I'm sure once I 'get it', it will make sense.

Comments
  • 4
    Most React projects (and most projects on general) fail to correctly identify whether they need client-side layering, and make the decision based on whether the lead dev likes redux or not.
  • 3
    It won't be Blazor, but here's hoping 😋
  • 4
    🤮 redux
  • 2
    If I will start my own project from scratch or a billion dollar idea project then I will not use Redux. High learning curve with lots of boilerplate code 🤯🤬
  • 3
    I fucking hate JavaScript so I’m just going to stick with Angular because at least I know that fucking works the way I need it to when I do need to use JavaScript.
  • 1
    wait, let me get this straight...

    JavaScript is stupid, because React handles state in a dumb way?

    and I guess Python is stupid, because Flask is weird about forms!
  • 3
    @Hazarth

    Fair. That gripe is framework dependent.

    But, I stand by my js hatred for a plethora of other reasons.
Add Comment