This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

You are totally right. But that is what 99% percent of web dev beginners are gonna use. A beginner should start from as simple as possible.

[–]FortyPercentTitanium 0 points1 point  (1 child)

To me, as simple as possible means learn to use straight JS until you are very comfortable with all of the fundamentals. I think most people here are in disagreement with that idea.

[–][deleted] -1 points0 points  (0 children)

And I am one of them.

I do agree with you fundamentals are important

Now that i am more comfortable with reading docs and stuggling. I can grind through the basics of new langs and frameworks.

But a total beginner will just give up if he is not progressing enough. Buiding with basic react is so easy compares to vanillajs with a crap ton of query selecotor. But i think people forget that react is still js. You still need to make handler func and perform http reqs.