Live data from Hacker News

React in patterns

github.com

51–52 of 52 posts

Re: React in patterns

#51
post #10

I literally don't know where to get started with React. Does anyone have any resources for a web design newbie?

I started last week and got decently up to speed with these three articles: [1] "ReactJS for Stupid People" - this explains what React is in simple meaningful terms. [2] "React.js Introduction For People Who Know Just Enough jQuery To Get By" - this shows you how things are usually done with just jQuery compared to how it's done in React. It really allows you to see why the jQuery way sucks. [3] "Flux For Stupid Peop…

Thanks for your insight :)

Re: React in patterns

#52
post #10

I literally don't know where to get started with React. Does anyone have any resources for a web design newbie?

The links in the other replies are definitely good. Beyond that, I maintain a big list of links to high-quality articles on React and related topics, at https://github.com/markerikson/react-redux-links . It's specifically intended to be a great place to start learning the ecosystem. Just for React, my list points to a couple dozen tutorial articles, a number of build-a-project tutorials, a number of articles that dig…

awesome list, thanks for your work
Post reply on HN