Posts
Writing our code with React.createElement() and reactDOM.render(), it’s a little bit verbose; not that readable. The good thing the react team thought about that too and created an HTML-like syntactic suger on top of the raw React Api’s called JSX JSX rewrites your JavaScript files JSX is just a tool that converts files like this: const element = <div id="container"> Hello, world! </d...
React Fundamentals part 3: JSX
Feb 18, 2024
241 views