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.

Ask HN: Open-source ReactJS applications?

3 pointsby dinosaursover 10 years ago
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

swahover 10 years ago
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.