Diving Deeper into Full-Stack Development
After learning how to build and deploy Next.js apps, we are done with our journey into full-stack development with React. In this final chapter, I want to give you an overview and briefly cover various advanced topics that have been left out in this book. This includes concepts such as maintaining large-scale projects, optimizing the bundle size, an overview of user interface (UI) libraries, and advanced state management solutions.
In this chapter, we are going to cover the following main topics:
- Overview of other full-stack frameworks
- Overview of UI libraries
- Overview of advanced state management solutions
- Pointers on maintaining large-scale projects
Note
As this chapter only gives an overview of advanced topics in full-stack development with links for further reading, there are no code examples, and as such also no technical requirements for this chapter.