JQuery vs. Reactjs Thinking
blog.zigomir.com
JQuery vs. Reactjs Thinking
1–6 of 6 posts
Re: JQuery vs. Reactjs Thinking
#2I don't know for Reatjs but you can be shorter with jQuery :
http://jsbin.com/pumocohiyu/1/edit?html,css,js,output
Re: JQuery vs. Reactjs Thinking
#3I don't know for Reatjs but you can be shorter with jQuery : http://jsbin.com/pumocohiyu/1/edit?html,css,js,output
And this is even shorter : http://jsbin.com/redaqofoqo/1/edit?html,css,js,output
Re: JQuery vs. Reactjs Thinking
#4I don't know for Reatjs but you can be shorter with jQuery : http://jsbin.com/pumocohiyu/1/edit?html,css,js,output
What I wanted to point out is that the complexity of the algorithm YOU choose is not a good basis to compare libraries on.
Re: JQuery vs. Reactjs Thinking
#5It pretty much comes down to imperative vs declarative thinking.
Re: JQuery vs. Reactjs Thinking
#6I don't know for Reatjs but you can be shorter with jQuery : http://jsbin.com/pumocohiyu/1/edit?html,css,js,output
What I wanted to point out is that the complexity of the algorithm YOU choose is not a good basis to compare libraries on.
Exactly. Testability, ability to render on server and overall readability and a slew of other points make for a good basis.