How to show the live status of Job Runs in your React app
This updates live as the Job progresses, until we show the "Posted to Slack" output
@trigger.dev/react
package to your project:PUBLIC
API key for the dev environment.What's a public API key?
NEXT_PUBLIC_TRIGGER_PUBLIC_API_KEY
environment variable to your project. This will be used by the TriggerProvider
component to connect to the Trigger API.NEXT_PUBLIC_
is a special prefix that exposes the environment variable to your users’ web browsers.