5 ms·
JQuery vs. Reactjs Thinking
- assane101 12y agoI don't know for Reatjs but you can be shorter with jQuery : http://jsbin.com/pumocohiyu/1/edit?html,css,js,output http://jsbin.com/pumocohiyu/1/edit?html,css,js,output
- assane101 12y agoAnd this is even shorter : http://jsbin.com/redaqofoqo/1/edit?html,css,js,output http://jsbin.com/redaqofoqo/1/edit?html,css,js,output
- assane101 12y agoWhat I wanted to point out is that the complexity of the algorithm YOU choose is not a good basis to compare libraries on.
- rasmusfl0e 12y agoExactly. Testability, ability to render on server and overall readability and a slew of other points make for a good basis.
- quadratini 12y agoIt pretty much comes down to imperative vs declarative thinking.