React.js koans
github.com
React.js koans
1–10 of 34 posts
Re: React.js koans
#2Re: React.js koans
#3Re: React.js koans
#4Nice 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
#5Re: React.js koans
#6I've been itching to learn about React but it's difficult to get into. Thanks for making this, it's very useful to me!
Looking forward to trying this tutorial right now.
Re: React.js koans
#7Re: React.js koans
#8I'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
#9Re: React.js koans
#10Earlier 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.
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.