@joystick.js/ui

index.client.js

How to utilize the index.client.js file in your app.

At the root of your app, the index.client.js file created for you when you run joystick create <app_name> is intended to store all global, client-side JavaScript (e.g., analytics init functions, global library configs, etc.).

By default, this file is empty, but can be modified to include any global JavaScript that your app will need on the client.