September 2024
Intermediate to advanced
743 pages
27h 48m
English
This chapter has provided insight into developing single-page applications using React. React and its ecosystem can do a lot more than what you’ve seen in this chapter. Nevertheless, you now have a simple application that can serve as an entry point into the world of React.
In this chapter, you learned how to implement a single-page application using React. In this context, I would like to highlight the following points from this chapter:
React is a library with a focus on UI implementation and is complemented by a quite extensive ecosystem of third-party packages.
You can either initialize a React app yourself or use the Create React App project.
A React application consists of a tree of ...
Read now
Unlock full access