Git Product home page Git Product logo

web-components-workshop's Introduction

Web Components Workshop

๐Ÿ‘‡ Start Here

The main branch is your playground to follow along with the workshop.

This workshop is divided into modules and sections. To see the end result of each section, run git checkout {module}.{section}. Any project setup related to that section can be found in the README.

โœ‹ FAQ

What are web components, and why should I care?

Web components are actually a collection of native browser API's including shadow DOM, custom elements, and HTML tags like <template> and <slot>. These API's allow developers to build highly reusable components without a dedicated framework tooling such as React, Angular, or Vue.

These well-supported API's have caused a slow but definite shift in how the web community approaches building UI for web, manifesting in one of two ways:

  1. Updating popular frameworks to use web component API's under the hood
  2. Building web components directly, but supplementing gaps like reactive properties, state management, and performant rendering with specific tooling for each challenge.

The second approach has itself created loose frameworks like Lit, Stencil, and Hybrids.

While it would be easy to simply advocate and teach these new frameworks, the goal of this workshop is to work as closely as possible with web components, addressing the core reactive UI problems head on, and usually with more than one solution. This approach will equip developers to pick tools for their projects that balance control, abstraction, elegance, maintainability, and testability.

web-components-workshop's People

Contributors

manuscriptmastr avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.