OVE.ro

JSLeague - Intro to Web Components Online Workshop

Apr 24, 2021 at 10:00 Zoom
There are no available tickets

Description

A new awesome programming workshop for all JS enthusiasts.

Curious how Web Components work?

With Web Components, you can create and share custom elements that work on any site, interoperate seamlessly with the browser’s built-in elements, and play nicely with frameworks of all kinds.

That being said, we’re waiting for your at JSLeague - Intro to Web Components on the 24th of April, on Zoom

Curricula

  1. 1.What are web components?
  2. 2.Hello, Web Component!
  3. 3.Frameworks
  4. 4.Why use them?
  5. 5.Micro frontends
  6. 6.A 2021 web component
  7.          a. Setup
  8.          b. Rendering
  9.          c. Styling
  10.          d. Properties
  11.          e. Events
  12.          f. Lifecycle
  13.          g. Decorators

Prerequisites

  1. NodeJS LTS, Current or at least 10+
  2. NPM (comes with NodeJS)
  3. VSCode
  4. Live Server extension (https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) or any web server for easier testing
Knowledge:

- Basic bash command line
- Basic git commands
- Basic understanding of web and JavaScript programming