10

Advice: Don't use react

Comments
  • 7
    Don’t worry, I won’t.
  • 7
    Phew, that was close. I almost used react!

    Thanks for the heads up!
  • 6
    I feel sorry for people who overReact.
  • 2
    When I do it right debugging is easy as fuck. And I do it right most of the time, the only exception being missing deps in the side effects and it's kinda my fault coz I didn't configure the linter directly.

    Other than that, everything is pure functional. What goes in comes out. Suuper easy to debug.
  • 3
    @antigermgerm it still requires debugging. Snek didn't need debugging because... Not having that stuff 😁 Anyway, how can something called side Effect be so default to use. It looks like a hack to me, young man.
  • 1
    @retoor side effects aren't hack. They are things that need to react / act on something exterior to the program and thus not a pure function.

    But the beauty is that side effect themselves are function, which mean your program is still pure.
  • 2
    @antigermgerm they got you good :p
  • 0
    @retoor what do you know about purity? You're a slut

    (kidding love u <3)
Add Comment