Tutorials
Step-by-step walkthroughs that take you from an empty React app to one backed by SkyState. Each tutorial builds on the one before it.
- Control an app banner from the CLI - 12 minutes. Build a React app that shows a banner and other values stored in SkyState, then change them from your terminal and reload to see the update.
- Save theme preferences with toggles - 20 minutes. Add sign-in, then let each person save their own theme and preferences. Sign-in is set up here.
- Save notes for each user - 20 minutes. Let each signed-in person keep their own list of notes. Reuses the sign-in from tutorial 2.
- Build a user settings form - 25 minutes. Build a settings form that holds edits until the person hits Save, with a Discard button to undo. Reuses the sign-in from tutorial 2.
- Ship the banner to production - 15 minutes. Learn how environments work, then move a change from staging to production safely, with a preview before anything goes live.
Tutorials vs Getting Started vs Reference
Getting Started gets you oriented quickly. Use it when you want the shortest path to install SkyState, create a project, push public state, and confirm the SDK can read it.
Tutorials are hands-on walkthroughs. Use them when you want to build a real React app step by step, starting from a fresh project.
SDK, CLI, Console, and API reference pages document the full details. Use them when you already know what you are building and need the exact commands, options, or limits.
Coming from the Quickstart? Start with Tutorial 1: Control an app banner from the CLI.