React is really great once one get the hang of it. My biggest complain though is that many of the modules available are not documented very well, causing me the spend too much time trying to brute force how to use them properly.
But on the other hand, these are modules people have provided for free, so who am I to complain.
You are viewing a single comment's thread from:
I know what you mean. That's sort of what you get when choosing React (which is only a view rendering library) vs choosing a framework like Angular which comes pre-built with most of what you need. Again, in my next post I explain a bit about it
I just read the post you linked to. It's a really informative post, I finally learned the (main) difference between React and Angular. Thanks for sharing your knowledge!