Back to daily archive
Development/

Adoption is architecture: Lightning component boundaries

JSBC Labs retrospective note4 min read

Why this deserves attention

A Lightning Web Component should own a coherent interaction rather than accumulate an entire business process. Clarity here reduces both delivery risk and the long-term cost of ownership.

Large components couple data access, state, validation and presentation until small changes become risky. On 10 January 2026, this archive entry records the principle as a practical design concern rather than a product announcement.

Design the human system

Look at lightning component boundaries through how the user experience and operating model determine whether the capability is used. The objective is not to introduce more process; it is to expose the few decisions that determine reliability, ownership and future change.

Separate container and presentation responsibilities, keep public APIs small and move reusable business behaviour behind services. Record the decision close to the solution so that delivery, support and future architecture reviews work from the same intent.

What good looks like

Components remain testable, reusable and easier for multiple developers to evolve. The team can describe the expected behaviour, the owner, the evidence of success and the response when reality differs from the design.

A useful next step is to review one live implementation against this principle, identify the largest unowned assumption and turn it into a bounded improvement with a measurable outcome.