JSX/TSXJSX is the HTML-like syntax react uses to define components. TSX is just the TypeScript variant of it. Both are not necessarily linked to React.
I Started a Blog
Recently, I wrote a rant about using the right tools for the job. This sparked some ideas and I needed a project to try it on. I had been writing posts from time to time, so it seemed like a good time to start my own blog.
What Is Jsx / TSX?
Anyone who has ever worked with React will know the file extension JSX (TSX for TypeScript) and the HTML-related syntax. But what lies under the hood?