ASP.NET Core 3 and React: Full-stack web development with .NET Core 3 and React by Carl Rippon
English | January 9, 2020 | ISBN: 1789950228 | MOBI | 509 pages | 27 MB
This book will guide us through building a scalable, React single-page application with an ASP.NET Core REST API backed by a SQL database accessed via the Dapper framework. As we build the frontend, we'll learn about new React features and the popular patterns, technologies, and tools from the React ecosystem such as function-based components, JSX, React Router, Redux. We'll leverage TypeScript on top of React to make our frontend robust and maintainable. While building the REST API, we'll learn how to implement API controllers and understand attribute routing and model binding. We'll also learn how to secure the API with ASP.NET Core identity and authorization policies. We'll learn how to write robust unit tests in both the REST API and the React and complete our journey by deploying our app to the Azure cloud.