TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Awesome React – A collection of React resources

183 点作者 brbcoding超过 10 年前

8 条评论

diggan超过 10 年前
After looking at the PR merging rate, I make the assumption that the maintainer doesn&#x27;t even look at the resources before they are listed in this &quot;Awesome&quot; list. This should rather be called &quot;Big list of everything in React&quot;.<p>Something I would rather enjoy, would be a carefully, curated list of verified great resources for React, not a random list of everything React.
评论 #8515386 未加载
评论 #8516906 未加载
pachydermic超过 10 年前
I&#x27;m a noob when it comes to making serious stuff using javascript, but react has been a godsend so far. Actually allowed me to make progress without a hideous amount of spaghetti (not that my code is beautiful).<p>I&#x27;ve been enjoying [1] quite a bit so far. It&#x27;s given me a few problems but it seems decently stable. [2] shows some promise, but needs some love - anyone know of any alternatives? Looks like the maintainer hasn&#x27;t had time to give the project much attention lately.<p>[1] <a href="https://github.com/react-bootstrap/react-bootstrap/" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;react-bootstrap&#x2F;react-bootstrap&#x2F;</a><p>[2] <a href="https://github.com/rackt/react-autocomplete" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rackt&#x2F;react-autocomplete</a>
colinramsay超过 10 年前
This is a bit silly, it&#x27;s going to become so huge so quickly, and the information is going to start to rot. At least something like <a href="http://react-components.com/" rel="nofollow">http:&#x2F;&#x2F;react-components.com&#x2F;</a> has a bit of focus.
lhorie超过 10 年前
Honest question: how is this better than just googling for &quot;React.js [other keyword]&quot;?
评论 #8516623 未加载
abdullin超过 10 年前
I was making my first steps with ReactJS and Facebook Flux recently. This &quot;collection of awesome React tools, resources, videos and shiny things&quot; seemed to have so much information that it felt too overwhelming to be of any use to me.
评论 #8517862 未加载
pbreit超过 10 年前
The list is sorta useful but I&#x27;d much rather see a shorter, more curated list, perhaps with some commentary.
2bit超过 10 年前
Would love to see a PropTypes parser which can generate documentation for components.
poseid超过 10 年前
nice, an additional tutorial about rendering with JSX might be this: <a href="http://thinkingonthinking.com/the-rendering-question/" rel="nofollow">http:&#x2F;&#x2F;thinkingonthinking.com&#x2F;the-rendering-question&#x2F;</a>