You've a function that returns JSX which is your HTML where you can use Javascript to reference functions/variables (e.g. the state variables)
One of the key parts is that you can break it all down into different files/functions that return jsx so you can isolate complicated parts
You've a function that returns JSX which is your HTML where you can use Javascript to reference functions/variables (e.g. the state variables)
One of the key parts is that you can break it all down into different files/functions that return jsx so you can isolate complicated parts