Notifications
Clear all
Topic starter 17/09/2024 12:49 pm
Does React use HTML?
Topic starter 17/09/2024 12:50 pm
React uses an HTML-in-JavaScript syntax called JSX (JavaScript and XML). Familiarity with both HTML and JavaScript will help you to learn JSX, and better identify whether bugs in your application are related to JavaScript or to the more specific domain of React