Featured comment
Antonio Stoilkov
@antoniostoilkov · maker of jsblocks.com and caret.io
I agree with you. I have done that not to claim jsblocks is the fastest framework but that I care about this and this will continue to be that way. About the initial load example - you are not the first to tell me that and I will do something about it. Thanks for the feedback. I am starting an article about Performance today that will explain my point of vie… See more
1sharetweet・
Hunter
Makers
Discussion
Blaine Hatab
@blainehatab · Co-founder, Open Minded Innovations
Just looked into the initial load test and it seems to be a little rigged in jsblocks favor. There is this random hidden element being loaded with each table row that doesn't server any purpose. I removed it and react beat jsblocks.
Before (with hidden element)
react: 1250ish
jsblocks: 800ish
After (without element but looks the same)
react: 200-350ish
jsb… See more
Dan Hough
@basicallydan · Developer, Marvel – London
I'm an ex-Knockout fan who became a Backbone fan but missed Knockout's two-way bindings. Great job. I'm going to try this out for my next greenfield project :)
Jsblocks looks like a nice union of the two. It has the clear separation of concerns promoted by Backbone but the power of Knockout. So it fills in the gaps between the two, really. I spend a lot of … See more
H
Bogomil Shopov -Bogo
@bogomep · Products. Agile. Analytics. Beer.
Jsblock's debugging experience is major factor that is often overlooked. It brings easier learning curve and faster development cycles.
H
Bogomil Shopov -Bogo
@bogomep · Products. Agile. Analytics. Beer.
Just to make a clarification, provoked by @ryanseddon. JSblock is fast and there is more behind it, it's not just the speed, that's why I've listed it here. :) Eager to learn more? Go: http://jsblocks.com/learn/introd...
M
Antonio Stoilkov
@antoniostoilkov · maker of jsblocks.com and caret.io
Yeah. Actually the hidden elements have a purpose and that is to showcase that jsblocks have performance improvements when you will be having an elements that will be conditionally hidden. For example editing in this case.
The cool thing is that jsblocks still does not implement diffing algorithm like react do but it is a little bit slower or even faster is… See more