2019 | OriginalPaper | Chapter
3. HTML, JSX, and CSS Primer
Published in:
Pro React 16
Abstract
In this chapter, I provide a brief overview of HTML and explain how HTML content can be mixed with JavaScript code when using JSX, which is the superset of JavaScript supported by the React development tools that allows HTML to be mixed with code. I also introduce the Bootstrap CSS framework, which I use to style the content in the examples throughout this book.