Use Third-Party JavaScript in an LWC Offline-Enabled Component
Navigation User Experience
Base Components with Built-In Navigation Actions
Previous Versions
Build navigation for Lightning web components.
When we talk about “navigation,” we can broadly separate things into two categories: things that appear on the screen—buttons, tabs, links, and so on—and what actually happens when someone interacts with those things. Call these two categories navigation user experience and navigation actions. These terms are loose, not specific to Salesforce, mobile apps, or Lightning web components, and we use them informally here.
There are a variety of base components available to design the visual user interface that users tap or click to move around in your app.
Base Components with Built-In Navigation Actions
Use base components that have automatic or built-in navigation actions.
Programmatic Navigation Actions
Some features require more complicated navigation designs. For the most complete control of your user interface and navigation scheme, define navigation actions using JavaScript.