3

context: Python Sanic Backend, Bulma Frontend
*this is a direct repost of my rant on my discord*

UGH WHY IS EVERYTHING TOO COMPLICATED FOR NO FUCKING REASON
I JUST NEED AN INTERACTIVE UI WITHOUT EXPLICITLY DOING IT MYSELF WITH TONS OF BOILERPLATE CODE
React - uses JSX
Angular - uses TypeScript

what's next? some weird fucking thing that's not even necessary for basic needs
And why the fuck does react need node.js or some JSX compiler to make things easier?
None of this makes any fucking sense
Why not just declare actual javascript objects and functions and that's fuckin it
I just need regex validation and sometimes, custom validation based on other things
Then when the user changes something a small modal shows up asking to save changes
None of this bullshit
It's deadass simple
I don't need routing
No need for your JSX fuckery
No need for your TypeScript shit
I barely would even fucking use those
REEE
Fuck react, Fuck angular
React would've been the perfect thing for this shit
but NO
they had to make things 100x worse
Fucking bitch
because react has event hooks
I can just listen to the changes
then display the modal and get done with it
All other processing is done in the backend
IT'S THAT SIMPLE REACT
Validation is provided by the backend, Just fucking use regex in the frontend and that's it
IT JUST NEEDS TO DO SIMPLE THINGS
IT DOESN'T TAKE ROCKET SCIENCE TO DO MINIMAL WORK

Comments
  • 5
    Use Vue.

    But your problem seems to be 15 lines of querySelector, addEventListener and RegExp.

    Sorry you still gotta write code when using packages in js.
  • 0
    @24th-Dragon noooo dude it's 2019!

    Everything needs enterprise level technologies and build chains and whatthefucknot!
  • 3
    Honestly everything you listed makes sense when you know what you are doing man. I am not trying to be a dick, but you can't expect to use a tool like Angular, React or Vue or any other front end framework without knowledge of it and expect them to be a cakewalk.

    If your requirements are minimal and/or you don't want to invest much time in learning the entire frontend stack then you might want to try something like JQuery, it doesn't take much to learn and fits lots of usecases.
  • 0
  • 0
    @AleCx04 why don't you just go eat some of those weird fajitas you like so much?
  • 2
    @mundo03 not a clue what're you on about. But y'all need to pick a book/tutorial or something and start getting good with the tools y'all use man.
  • 2
    @M1sf3t it really is shot. I have never bitched about Mexican food.....its all we eat in S Texas and we love it.
  • 0
    @M1sf3t ah yes haha sorry @AleCx04
  • 1
    Boy you sound like someone who desperately needs Vue.js 😁 It's the most lightweight template-driven javascript framework, you'll love it
Add Comment