How do our components fail if JS fails for whatever reasons?
Approach
- Create server-rendered app using our components and test with JS disabled
Actionable outcomes might include
- hide buttons until the
mounted hook runs (e.g. @tournant/dropdown)
- render basic structure and enhance in
mounted (e.g. @tournant/tabs)
- write a guide for «Vue without JS» with general guidance for implementors (or link prominently if it exists already)
How do our components fail if JS fails for whatever reasons?
Approach
Actionable outcomes might include
mountedhook runs (e.g.@tournant/dropdown)mounted(e.g.@tournant/tabs)