|
|
|
|
|
by Ambroos
1686 days ago
|
|
JSX is easy to summarize as: HTML where everything in curly brackets is a JS expression that gets evaluated. There are some additions (prop spreading) and restrictions (curly brackets apply to whole attribute values and element bodies only), but they're very simple. |
|
This is already far more to learn than the handful of simple control structures Svelte introduces.