Section 2: Building a Frontend with React and TypeScript
In this section, we will build the frontend of our Q&A app using React and TypeScript. We will learn different approaches to styling, how to implement client-side routes, how to implement forms efficiently, and also how to manage complex state.
This section comprises the following chapters:
- Chapter 3, Getting Started with React and TypeScript
- Chapter 4, Styling Components with Emotion
- Chapter 5, Routing with React Router
- Chapter 6, Working with Forms
- Chapter 7, Managing State with Redux