Things every React.js beginner should know
camjackson.net
Things every React.js beginner should know
1–10 of 247 posts
Re: Things every React.js beginner should know
#2Re: Things every React.js beginner should know
#3Re: Things every React.js beginner should know
#4Re: Things every React.js beginner should know
#5Google cache: http://webcache.googleusercontent.com/search?q=cache:https:/...
Re: Things every React.js beginner should know
#6Google cache: http://webcache.googleusercontent.com/search?q=cache:https:/...
Should be back up now!
With regards to redux-thunk, have you taken a look at redux-saga[0]? Any thoughts?
Re: Things every React.js beginner should know
#7#10: This guide will be out of date in 3 months.
Re: Things every React.js beginner should know
#8Earlier quoted context omitted.
Should be back up now!
Hey, thanks for this. With regards to redux-thunk, have you taken a look at redux-saga[0]? Any thoughts? [0] https://github.com/yelouafi/redux-saga
My initial impression is that it seems really interesting, although I wonder if the use of generators will scare people away. Many devs are already exhausted with the number of new JavaScript features they're being told to learn.
I definitely want to dig a bit deeper and try it out properly though.
Re: Things every React.js beginner should know
#9Well, that is not really something every React.js beginner should know. Feels weird to say that a X beginner should learn framework Y since he is probably just interested in X...
> 6. Always use propTypes
Worth mentioning that this slows down your application since React needs to check all the props. Don't forget to set NODE_ENV=production when compiling your production script.