March 2020
Intermediate to advanced
384 pages
8h 11m
English
In the last chapter, we began looking at React, the popular JavaScript application framework. There, you were introduced to the basic concepts that every React developer deals with.
In this chapter, we’ll delve a little bit deeper, looking at a few more concepts that are important when writing React apps. Perhaps most importantly is JSX, which provides us a better way (in most developers’ opinion, I think it’s fair to say) to write React apps.
JSX, which stands for JavaScript XML, is an extension to the JavaScript language that adds XML ...
Read now
Unlock full access