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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Learning path for React and Flux

3 点作者 rufus42超过 9 年前
I am a web developer for over 4 years now, and work day to day with AngularJS and NodeJS. I recently decided to dig deeper into the new Flux and React buzz.<p>I&#x27;ve read now many blog posts, watched YouTube videos etc. But still, I&#x27;m not ready to just start and create even a little pet project on the side. Every tutorial lacks certain things. Like real Web API calls.<p>I looked for books, but there are basically none. I also don&#x27;t want to read 400 pages on ReactJS, because this should come with time.<p>What I would like is a more hands-on tutorial&#x2F;book&#x2F; whatever. So how to create a project structure, how to make API calls (CRUD), how to route inside the app, how to get the same data in different views etc.<p>Is there something out there? Or is the time just not right yet to develop applications with those new, shiny tools?

1 comment

acemarke超过 9 年前
Seems like <a href="http:&#x2F;&#x2F;survivejs.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;survivejs.com&#x2F;</a> might be along those lines. You might also want to check out some of the various boilerplates people have posted on Github. Searching for some combination of your preferred stack tools + &quot;boilerplate&quot; should turn up a number of results.