The Basics

Variables

Variables can be added to a global store that is accessible on the server and within the browser window.

Overview

The global store is useful for sharing variable data across your application for a given route. A simple example would be route parameter values which are stored in the global store and can be accessed in the route controller on the server and subsequently in any client script that executes in the browser window.