|
|
|
|
|
by FLUX-YOU
3203 days ago
|
|
The struggle has been getting away from writing HTML in strings just like getting away from SQL in strings (excluding security/SQL injection reasons) which do not have handy IDE features like telling you that <cavnas> is not a valid HTML element. JSX combined with an editor (Visual Studio Code + plugins) is nice because it does all of that highlighting and checking for you. |
|