4

I am a hater of new/popular frameworks. How do I stop being a hater? I need to learn React/Next/whatever without being passive aggressive.

Comments
  • 7
    You don't have to, you can also quit your job and program things that you like.
  • 3
    You don't have to, you can also quit your job and program things that you like.
  • 1
    React core principle is very easy.

    JSX transforms "HTML" into DOM-like objects

    React takes a function that returns JSX.

    A component is just a function, it takes argument, returns JSX.

    That's it really
  • 3
    The only way to stop hating anything that has JS in it is to hit your head with a hammer until you start to feel dumb enough.
  • 1
    @Lensflare would not suggest that
  • 1
    well either you accept it into your heart or you go do something else

    I also chose to do something else
  • 2
    "it's a job" otherwise I wouldn't touch those either ;P
Add Comment