-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
React Key Concepts
By :
react and react-dom.react-dom or react-native that translate this virtual DOM into actual UI (DOM) instructions.create-react-app package, which provides a readily configured project folder and a live preview development server.At this point, you should have a basic understanding of what React is and why you might consider using it, especially for building non-trivial user interfaces. You learned how to create new React projects with create-react-app, and you are now ready to dive deeper into React and the actual key features it offers.
In the next chapter, you will learn about a concept called components which are the fundamental building blocks of React apps. You will learn how components are used to compose user interfaces and why those components are needed in the first place. The next chapter will also dive deeper into JSX and explore how it is transformed to regular JavaScript code and which kind of code you could write alternatively to JSX.
Test your knowledge about the concepts covered in this chapter by answering the below questions. You can then compare your answers to example answers that can be found here: https://packt.link/ENPda.