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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Open-source ReactJS applications?

3 点作者 dinosaurs超过 10 年前
I've been trying to get started with React for a while now but watching and reading tutorials only gets you so far. I still haven't found the courage to start building an app myself. Does anyone here know of any open-source React applications that I could take a look at? I'm mostly still confused about fetching data. React seems to portray itself mostly as the 'V' in MVC and I haven't found much information on "full stack" implementations. I suppose I could combine it with Angular or Backbone. Is the Flux pattern itself similar and worth studying? If anyone can clear some things up or has any applications I can look at, that would be greatly appreciated!

1 comment

swah超过 10 年前
I agree that selling React as "only the view" and then documenting Flux in the same page makes for confusing documentation. That said: just try it. Maybe eplace the rendering side (probably jquery, client side templating) of an old project with React.