Comment on Show HN: Tailwind Button PlaygroundparentComments−hmhrex6yIn what ways do you see refactoring becoming necessary down the road?Good to know about the videos. I'll definitely check them out.−sansnomme6yThink React-style. A button becomes a component. Otherwise your page may look noisy with each element having 5-10 tags attached.https://tailwindcss.com/docs/extracting-components/You can either use their built-in system or whatever your JS framework provides or both.
Comments
In what ways do you see refactoring becoming necessary down the road?
Good to know about the videos. I'll definitely check them out.
Think React-style. A button becomes a component. Otherwise your page may look noisy with each element having 5-10 tags attached.
https://tailwindcss.com/docs/extracting-components/
You can either use their built-in system or whatever your JS framework provides or both.