DEV Community

Discussion on: Start Using React.js

Collapse
 
markohologram profile image
Marko A

I feel like this post was a bit misguiding because it lists problems but no real solutions or alternatives.

I agree with this one 100%. I would have loved to see more solutions offered to these problems that the author listed.

Also, there was one great comment that I saw that said on YouTube regarding this:

To be fair, his argument is more like anti-javascript in general and React is just for clickbait

I would also agree with that comment. I don't mean to attack anyone, but that title could have been "Stop using Angular/Vue/Svelte/Ember/Aurelia/...". It's just that React brings a lot of attention (clicks).

Collapse
 
michaelgee profile image
Michael Gee

I agree, but really what is an ideal alternative to even the other major frameworks?

As I mentioned in the post I LOVED the idea of #UseThePlatform as a replacement to shipping these frameworks only to be met with frustration in development.

Not only a lack of solutions to common problems (external library support) but also the lack of community aka googling answers to commonly found problems/bugs in development.

I would much rather ship something to production that has a few performance flaws to later be optimized than delaying the release for months trying to find what I can use to replace it.

Collapse
 
markohologram profile image
Marko A

I agree with you completely. There are probably alternatives, but we go into "creating your own framework" territory, which is ridiculous if you need to create an app and ship it. Framework has thousands of developer hours invested into it, that provides a lot of value.

I didn't mean to attack you or anything, what I meant was that the author of that article should have listed more solutions, not that you didn't offer them in your article.

Thread Thread
 
michaelgee profile image
Michael Gee

Oh no, I didn't take it like that at all. I was just giving my 2 cents on the fact that the "Stop Using" post was maybe steering people down a road I've traveled and experienced a lot of frustration with.

React has saved me countless hours in time and energy both in my personal & professional projects so I felt a strong need to post (some of) the benefits you gain from using it.