Overview
This tutorial teaches Nano Kit by building a small React application in stages. The demo project is Event Board, a public listing of frontend events.
The project starts as the smallest useful version, then adds Nano Kit packages when the application needs them.
You will move through the same path a real app tends to take:
- Build the first store.
- Load data with query.
- Routing.
- Route parameters.
- Forms and mutations.
- Optimistic updates.
- Prepare for SSR.
- Server rendering.
- Final result.
The tutorial begins with Setup.