Can Vue do that?

Govind Narayan Sharma
Govind Narayan Sharma
May 03, 2019
#frontendengineering

Summary

This talk covers the following topics

  • How to make your components talk to each other?
  • How to manage global state in large apps?
  • How to do client-side routing in SPAs?

Key Insight

Wondering how Vue handles communication between components? What about centralised state management for large codebases? And does Vue allow client-side routing for single page applications? Vuejs and the vue ecosystem has tools to simplify all this with intuitive core functionalities and recommended in-house packages.