Conference App tutorial¶
Build a browser-hosted Conference App WebAppClient that stores Room, Presenter, and Presentation data in local SQLite, synchronizes it from a REST service, navigates drill-down views, and filters presentation titles.
This series rebuilds the client from a newly created workspace. You need the current TechStack preview and must first complete Creating a new project. The upstream Conference App repository is a reference implementation; do not copy it into this workspace.
What you will build¶
- Create the client shell — current WebAssembly wizard output and the Conference App shell.
- Add presenters — local Presenter data, database initialization, and select/zoom views.
- Synchronize data — download presenters from a REST endpoint and configure cross-origin access.
- Complete the app — Room, Presentation, and Settings data plus complete drill-down navigation.
- Search presentations — live title filtering and highlighted matches.
Data references¶
Use the Entities, Data Dictionaries, Data Binding, and Transactions references alongside this tutorial.