You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI detects and reacts [ :has() ] to when data is present
Loading animation between button click and data fully loaded
Least Power ∷
Can it be done in HTML?
Then can it be done in CSS?
Then can it be done in JS?
Then use more a powerful language?
Separation of Concerns ∷
Air gap separation between UI and related code (HTML/CSS) and data and related code (JS and or optional frameworks AKA Middle-tier) Meaning: no data/business logic in HTML
Business logic is now handled via modern CSS [ :has() ]
Air gap separation between middle-tier and related code from back-end-tier and related code