2
ltlian
4y

I'm teaching myself React lately since it's what my work mostly uses. I'm in backend but having used Vuejs for a couple of years I figured I'd have a head start.

Man, it's painful to go from one library to one that has issues which became the motivation for building the library I already know. I keep catching myself in wanting to make little helpers to basically make the Vuejs syntax for React.

The first time i tried JSX I had a reaction similar to that of when I tried writing inline assembly in C; "heh! That's funny".

Comments
  • 1
    @24th-Dragon Sounds about right. I ended up looking up the differences between class and function based components and it seems func-based ones only recently started supporting hooks, so there's no longer much reason to use classes. Thankfully.
  • 0
    React is bad, but vue ain’t better ya know
Add Comment