Articles

JSX

Most commonly used with React, JSX is a syntax extension for JavaScript which is used to describe what the UI of a website or application should look like. It allows us to develop markup in JavaScript by following a similar structure to HTML.

Below you will find a subset of articles from my blog specifically about JSX. This is an area that I have worked with for many years, and have managed to write about quite a few times. There are eight collected together for you below.