|
|
|
|
|
by rbcoffee
3959 days ago
|
|
It would be interesting to see a side by side comparison of people coding for the exact same output, and the time difference between them. If React is supposed to make coding faster, then why is the code a black box? Why do I have to debug the React source code to find out what's going on. Too much div soup, too much abstraction. I genuinely would love to see a code-off between developers where they make a simple TODO app, with one in vanilla JS and the other in React. Presuming the React developer has mastered React and won't run into some form of roadblock (which is rare). |
|
We use React since four months, and we develop faster compared to before, when we used only jQuery.