Tailwind allows split into components later
One more good thing about Tailwind is that you can make a full page and than painlessly split it into components. Because you copy styles and markup at the same time, no need to copy multiple snippets into multiple files.
Generally, it’s better to delay decision on splitting into components because you’ll have more info, so can split wisely.
Sometimes you begin extracting sub-components because you feel that later it will be harder to do. #q: worth a separate note?
Meta
Created: 2021-10-02
References:
- Partly related to WET as it allows you to defer decision about splitting.