TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Marko vs. React: Performance Benchmark

15 pointsby psteeleidemover 10 years ago

2 comments

zghstover 10 years ago
We always see these performance benchmarks, which are great but are low on the totem pole for technology choice.<p>Really good questions to ask and statements to reassert:<p>* Does is scale well? * Will this framework &#x2F; library help me in my career forward? * How hard is it to implement features? * Is the framework &#x2F; library enjoyable to work in? * Does the framework &#x2F; library lend itself to allowing elegant solutions? * Does the framework &#x2F; library provoke a thoughtful and&#x2F;or refreshing pattern or style in your code? * Is the framework &#x2F; library sometimes blocking solutions to problems? * Can a new team member readily understand this, explore and contribute after a day or so of training? * How easy is it collaborating with others? * This framework &#x2F; library is simple and understandable enough to get started quickly * I am intrigued by this framework &#x2F; library. * There is a lot of support and resources * There aren&#x27;t a lot of grey areas<p>As far as I know, React knocks these out of the park.
评论 #9070073 未加载
funkieeover 10 years ago
Not necessarily addressing the speed portion, but if you&#x27;re going to give a key to a repeated item in React, it is best to use the index instead of a unique identifier(if the overall DOM structure does not change much between renders) so that React does not destroy and recreate each item on tree change.
评论 #9066729 未加载
评论 #9066703 未加载
评论 #9066196 未加载