-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Milestone
Description
Originally I wrote an in-house js script which generates simple html <div> tags with supplementary css classes to style them properly. This approach is good for short wireframes but doesn't scale with the complexity of the design. I'm thinking of moving to proper js framework that supports custom tags like -
<Header />
<HeroImage />
<Carousel />
<Footer />which could be individually styled and glued together. This will help in reducing the cognitive load from writing index.html which will be lot easier with custom tags, plus open more possibilities for this project.
Open to suggestions.
Reactions are currently unavailable