In this part, we will familiarize ourselves with the React-library, which we will be using to write the code that runs in the browser. We will also look at some features of JavaScript that are important for understanding React.
a Introduction to React
b JavaScript
c Component state, event handlers
d A more complex state, debugging React apps
Part 0
Part 2