I'm hoping we have an anti-JS revolution and go back to HTML-only unless JS is absolutely-without-a-doubt necessary.
Why I don't use React
11–20 of 40 posts
Re: Why I don't use React
#12Re: Why I don't use React
#13I don't know about you, but I don't use react because I don't know how to use it. I think it would be more interesting to read about people who know how to use it, have used it, but now choose not to.
I use react all the time, particularly at my job, and it's not that I choose not to use it now, I just choose not to use react for some projects. For simple UI I reach for server side html templating, with a sprinkle of CSS and Vanilla JS. For UI library code that could be shared with React and non react projects, again I use vanilla js. For big complex UI like a dashboard with graphs and charts, and bunch of options and nobs, etc. I will use something like React. There's a time and place where each tool shines or is the better choice.
Re: Why I don't use React
#14Honestly performance is a non-concern for me. I worked on a React app that ran on IE9 without any major performance issues and almost no code tuning. It's not even worth thinking about. However, avoiding immutability for the sake of maintainability and developer experience is something I would never give up.
Re: Why I don't use React
#15I don't know about you, but I don't use react because I don't know how to use it. I think it would be more interesting to read about people who know how to use it, have used it, but now choose not to.
I suspect you won't find many people in this camp. I know a great many Angular->React converts, but very, very few lapsed React devs.
Re: Why I don't use React
#16Re: Why I don't use React
#17Re: Why I don't use React
#18Re: Why I don't use React
#19I don't know about you, but I don't use react because I don't know how to use it. I think it would be more interesting to read about people who know how to use it, have used it, but now choose not to.
> I think it would be more interesting to read about people who know how to use it, have used it, but now choose not to. I suspect you won't find many people in this camp. I know a great many Angular->React converts, but very, very few lapsed React devs.
Re: Why I don't use React
#20Really?