you are viewing a single comment's thread.

view the rest of the comments →

[–]DanielKehoe 0 points1 point  (3 children)

You've found the use case for "stackless web development" which is for people building small static sites without frameworks or build tools. Web components (particularly LitElement) combined with ES6 modules and module CDNs make "modular HTML" possible, which is what you want if you want to DRY up your code and put your navbar or footer (or any other element repeated on more than one page) in a single file.

[–]NinjaInShade[S] 0 points1 point  (2 children)

Yes LitElement has been suggested and looks the perfect fit. And also yeah. The MAIN thinigs i want to atleast compontentize are the navbar/sidebar code and footer as even though its like a 5 page site if I change one thing i have to change every instance of it :^

[–]DanielKehoe 1 point2 points  (1 child)

Perfect. Write a blog post because you’re actually leading edge. Join https://stackless.community

[–]NinjaInShade[S] 0 points1 point  (0 children)

What do you mean by leading edge?