Chapter 14: Simplifying State Management with Vuex and Sending GET HTTP Requests

This chapter is about sending HTTP requests and solving the most common problem in big web applications—the problem of syncing the state of a component with another component. In large and complex applications, you need a tool that centralizes your application's state and makes the data flow transparent and predictable.

In this chapter, we will cover the following topics:

  • Understanding complex state management
  • Sending HTTP requests
  • Setting up state management using Vuex

Technical requirements

You will need Visual Studio Code to complete this chapter.

The finished repository of this chapter can be found at https://github.com/PacktPublishing/ASP.NET-Core-and-Vue.js/tree/master/Chapter14 ...

Get ASP.NET Core and Vue.js now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.