learncodeacademy / react-js-tutorials

Code that goes along with my YouTube React JS Series
1.67k stars 1.33k forks source link

New resources for newcomers at 2018. #59

Open TsutomuNakamura opened 6 years ago

TsutomuNakamura commented 6 years ago

Thank you for your great works. I had finished tutorials of React by using examples in this repository and videos on YouTube. Through I had studied these lectures, I noticed some resources such as webpack, babel, react-router etc. are become some bit old now.

I rewrited some resources with latest packages distributed at the present such as webpack4, react-router4, babel7 etc. And I added some examples about redux-saga that is used as middle-ware of Redux in 4-redux and 5-redux-saga. I hope you will find them helpful.

https://github.com/TsutomuNakamura/react-js-tutorials

I didn't make PR because some of a lot resources were re-written. If there are some good ideas, let me know, please. Cheers🎉.