loop
Web App Terminology
Explore Web App Terminology: Web basics and Formats and languages.
Web App Terminology
Section titled “Web App Terminology”A quick reference for terms you’ll see while learning modern web apps and Wappler. This is here so you don’t have to guess what something means.
TIP: Skim when you want. Most people get more value from this after they’ve seen the concepts once.
loop
return data
+ Server Connect
Web basics
Section titled “Web basics”If you remember only one thing: the browser sends requests, the server returns responses. Wappler’s tools map onto that same flow.
JS/HTML/CSS
returns data
payload
status
Formats and languages
Section titled “Formats and languages”Think of these as layers: HTML is the structure, CSS is the look, JS is behavior, and JSON is how servers usually send data back.
styling
data
Rendering terms
Section titled “Rendering terms”Rendering is simply ‘turning data into what the user sees’. SSR/CSR describes where that rendering happens and what the server returns.
NOTE: Most real apps mix SSR and CSR depending on the page.
HTML
from data
becomes interactive
Data terms
Section titled “Data terms”Databases are where the ‘source of truth’ lives. Server Connect queries that source, and App Connect shows the results in the UI.
reliably
columns
rows
Git + version control terms
Section titled “Git + version control terms”Version control is how you track changes over time and collaborate safely. Wappler works with real files, so Git (or SVN) fits naturally.
NOTE: You don’t need Git to start learning. But once you build real projects, version control becomes a superpower.
checkpoint
safely
a remote
Conclusion
Section titled “Conclusion”If these terms feel less abstract than before, you’re on the right track. Next, jump into the Wappler UI overview to see where these concepts live in the app.
you can reuse
orientation
what you saw
Continue
Section titled “Continue”Continue to the Wappler UI overview tour.