Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Commit 246b688

Browse files
author
Erik Isaksen
committed
Merge branch 'HTML-Partials-WC-way-article' of https://github.com/tomalec/webcomponents.github.io into tomalec-HTML-Partials-WC-way-article
2 parents 79232f1 + b5fc483 commit 246b688

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

authors.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,12 @@ module.exports = {
677677
gravatar: "9bf3a766e037b9d5a4da0a6f9d0f4f68",
678678
twitter: "tomdale"
679679
},
680+
tomalec: {
681+
name: "Tomek Wytrębowicz",
682+
bio: "Tomek is a front-end engineer at Starcounter AB, author of many Juicy-elements and PuppetJs features.",
683+
gravatar: "https://avatars2.githubusercontent.com/u/17435?v=3&s=80",
684+
twitter: "tomalecpl"
685+
},
680686
tomomi_imura: {
681687
name: "Tomomi Imura",
682688
bio: "Tomomi is a Open Web advocate and front-end engineer, who loves everything mobile, and writes about HTML5, CSS, JS, UX, tech events, gadgets, etc.",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: HTML partials/includes WebComponents-way
3+
authors: [tomalec]
4+
date: 2016-09-18
5+
original_date: 2016-09-18
6+
link: http://starcounter.io/html-partialsincludes-webcomponents-way/
7+
category: articles
8+
layout: single
9+
tags: ['HTML Imports']
10+
---
11+
12+
Most of the bigger web project are designed to be modular. We all know that Custom Elements spec provides some modularity on individual HTML Element level, but is that all Web Components can give? Definitely not! Thanks to all specs combined, you can build apps that are modular on higher level. You can build your app out of many fully featured HTML Documents that seamlessly interoperate together. You can replace all your framework-specific, server-side templating engines, advanced portal-like systems with just Web Platform.

0 commit comments

Comments
 (0)