|
|
|
|
|
by sago
3957 days ago
|
|
Was that because you now structure you code in a better way, or was it because of React's functionality? And what aspect of the functionality was the most productive? The templating system? Did you used to hand-code your HTML in jQuery, or did you use templates in the HTML document? (Genuine questions, not making a point). |
|
I think there are many reasons for the productivity boost. Thinking in components, more readable code, great debugging possibilities, understandable data flow, to name a few.
And, last but not least, it is lots of fun :-).