Live data from Hacker News

React.js koans

github.com

1–10 of 34 posts

Re: React.js koans

#2
Nice way to learn React! For me the tasks could be a bit more clear, especially the first time when I was looking for what I had to do. But I'll definitely try to learn some React this way!

Re: React.js koans

#4

Nice way to learn React! For me the tasks could be a bit more clear, especially the first time when I was looking for what I had to do. But I'll definitely try to learn some React this way!

I think that's why it's called react-koan

Re: React.js koans

#6

I've been itching to learn about React but it's difficult to get into. Thanks for making this, it's very useful to me!

I decided to move from learning Angular+Ionic last night to going with React.js+React Native and found this good dump of information from Github https://github.com/enaqx/awesome-react

Looking forward to trying this tutorial right now.

Re: React.js koans

#7
I was expecting something very different from the word "koans". IMO, "React.js exercises" would be a better title for the project.

Re: React.js koans

#8
post #6

I've been itching to learn about React but it's difficult to get into. Thanks for making this, it's very useful to me!

I decided to move from learning Angular+Ionic last night to going with React.js+React Native and found this good dump of information from Github https://github.com/enaqx/awesome-react Looking forward to trying this tutorial right now.

Just curious, why did you make the change? I've been building apps in Angular and Ionic for a bit now and haven't played with React yet.

Re: React.js koans

#9
The setup doesn't appear to be working from a windows/mingw32 environment. (Most npm installers do work in this environment.)

Re: React.js koans

#10
post #6

Earlier quoted context omitted.

I decided to move from learning Angular+Ionic last night to going with React.js+React Native and found this good dump of information from Github https://github.com/enaqx/awesome-react Looking forward to trying this tutorial right now.

Just curious, why did you make the change? I've been building apps in Angular and Ionic for a bit now and haven't played with React yet.

Not the OP but after trying out React, it feels like the way I've always wanted to structure components in JavaScript. I did a once-over of the Angular tutorials and the kitchen-sink approach doesn't really do it for me. React is about your Views, and the logic contained therein, and that's it.

Without virtual DOM considerations on the line, after about a week of it it's very intuitive. The whole component lifecycle thing seems overkill until you realize you have full control over the components. Things are a little trickier if you have to use it as I do (with jQuery), but even then, your biggest hurdle is understanding props vs state -- once that's cleared up, the sky's the limit.

Post reply on HN