Closed
Description
Saw that this repository somehow ended up as one of the most popular courses on Github (based on stars, lol)
Anyway, the current version of React is 16.3.1 and this course is based on 15.4.2 Some things have changed and need to be adressed. (PropTypes, context, lifecycle methods, etc. pp.)
Also, maybe this course could use some updates in general.
So what steps need to be taken?
- Someone needs to check what changed since 15.4.2
- Someone needs to write PRs to adress these changes
I'm using a rather old version of Babel to enable in-browser compilation of JSX, we probably need to check if this will still work with the new React version.
If someone is interested in this, just go for it.