Skip to content

Rewrite: Move to custom tag based framework #23

@agauniyal

Description

@agauniyal

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions