Does anybody like React?
jsx.lol
Does anybody like React?
1–10 of 353 posts
Re: Does anybody like React?
#2Re: Does anybody like React?
#3Re: Does anybody like React?
#4Re: Does anybody like React?
#5Re: Does anybody like React?
#6Re: Does anybody like React?
#7State library is prob all you need now.
Re: Does anybody like React?
#8I wanted to make a back button use browser APIs to go back if the coming from the inbox, just link to the inbox otherwise to preserve scrolling. I had to wire the actions from the html to call the function that goes back, then in my controller determine the previous page and send the JS enabled back button or the hard link. My logic was spread out over 3 files!
With React I can have js in a component determine if the previous page was inbox, and based on that value show the back button JSX or the link. ALL IN ONE FILE. One conceptually entity for me to model vs 3 that do other things and this functionally is hammered in.
Is it slower? Definitely. But it makes me happy. Miserable in a corporate React slopbase? Blame your coworkers, it would definitely be worse without it.
Re: Does anybody like React?
#9 You love JSX, you don't love React
Many of the jobs in my location requires React though, so I have to tolerate it somehow.Re: Does anybody like React?
#10I read one post before that really resonates with me, couldn't recall from where though: You love JSX, you don't love React Many of the jobs in my location requires React though, so I have to tolerate it somehow.