|
|
|
|
|
by june_twenty
1115 days ago
|
|
Embrace it for awhile and it really is special. 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 |
|