ReactJS 02 : props, default props, state, this.setState

What are props?

props in one parent file and a child component file.

What are default props?

What are states?

What is a Synthetic Event in React?

Why should you use state instead of props?

Why should we use this.setState instead of mutating state directly?

What happens when this.setState is called?

How to pass information between children components?

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store