• 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: December 17th, 2023

help-circle

  • I remember years ago when React was the savior of web apps Swooping in engineers from the clutches of JQuery and AngularJS (not to be confused with Angular 2+). Components we’re gonna make things simpler than the mess of JS files and global state.

    And generally that’s true but we’ve traded that off for a mess of hooks and 700 line nested functions in nested functions and obtuse rules that only apply to react and not JS.

    Complex web apps are hard.