# Introduction

Everyone knows passing props can be really tedious for deeply nested components, and simply doesn't work for sibling components, besides, is also difficult to maintain all components synced.

A "store" is basically a container that holds your application **state in reactive way**, which means you have a **'Single source of truth' .**

\*\*\*\*
