Skip to content

App Connect

Your guided index of App Connect tours: reactive model, data components, bindings, events/actions, and common workflows — explained visually in Wappler’s panels and pickers.

Choose an App Connect Area

Use this hub when you are building reactive behavior with App Connect. Start with the first-step tours, then move into categories, forms, state, interactions, and reference hubs.

Start with first steps, then move into categories, best practices, and reference hubs.

Start here
Add App Connect to Your Pages
Understand when a page needs App Connect and how to introduce reactive behavior without turning a simple page into unnecessary complexity.
View guide
Counter (reactivity starter)
A compact App Connect starter in Wappler: a Variable stores state, a button updates it, and a bound text label reflects the new value immediately.
View guide
Calculator (expressions + toNumber)
Build a small reactive calculator in Wappler and use it to understand expressions, input scope, and why toNumber() is essential before doing numeric math in bindings.
View guide
App Connect Quick Overview
A hands-on intro to App Connect in Wappler: review key components, configure Properties, and attach an event action.
View guide
Bootstrap 5 dynamic modals (App Connect)
Control Bootstrap 5 modals reactively with App Connect: bind visibility, call show/hide actions, and handle modal events.
View guide
Demo walkthrough: Dynamic Real Estate Site
Guided walkthrough of the renewed Real Estate demo: Server Connect APIs, App Connect Data Views, filters, map, and repeated listings.
View guide
Contact list to detail route handoff
Use the real contacts and contact detail pages to see how App Connect turns a repeated list, route parameter, and detail loader into one continuous record flow.
View guide
Contact create and success handoff
Use the real contact add page to see how App Connect combines lookup data, submission state, and the success handoff into the new contact detail page.
View guide
Contact delete confirmation and return handoff
Use the real contact edit page to see how App Connect keeps the destructive delete flow explicit with confirmation, request state, and a return-to-contacts handoff.
View guide
Files library stats, links, and navigation
Use the real files page to see how App Connect turns loaded file rows into summary cards, outbound file links, and project-navigation links.
View guide
Browser component (navigation + viewport)
Use the Browser component for navigation, online/offline state, viewport, scroll, and history events.
View guide
Flows (multi-step client workflows)
Learn when App Connect flows are worth introducing, how they differ from a single event → action handler, and how to think about multi-step client workflows before building them.
View guide
Newsletter: Properties Panel clip
A short Demo Projects HQ tour used to capture the 7.8.0 newsletter clip for the updated Properties panel workflow.
View guide
Reactive basics (data → UI)
A beginner-friendly mental model for App Connect: how data, bindings, events, actions, and Dynamic Attributes combine into reactive UI updates.
View guide
Core concepts (expressions + bindings)
Understand App Connect’s reactive model, expression rules, scoping, and how to use Wappler’s data/action pickers to build bindings visually.
View guide