Polymer

Learning Resources

Only editable by group admins

  • Last updated November 10, 2018 at 2:45 PM
  • Evidence visible to group members and anyone with the link
Share the learning resources which were the most useful to you during your process.

All posted evidence

How to build a basic app

Auth0 - Blog

Build Your First App with Polymer and Web Components

Build your first Polymer app using web components, the syntactic sugar for building elements and applications. Learn how to setup a starter kit Polymer application, install web components, use Polymer to interact with an API and authenticate users with JSON Web Tokens.
guensie Over 5 years ago

Basic intro on how to get started

Building elements in polymer 2

YouTube

Building an Element in Polymer 2: Install Tools & Initialize Project (Part 1 of 5)

In this episode of Polycasts, Elliott demonstrates building an element in Polymer 2. This episode is broken into 5 parts, links to the rest of the videos are below. In the first part, Elliott walks us through on how to install the proper tools & initialize a project.
guensie Over 5 years ago

Tutorial on understanding App-Route

YouTube

PolymerJS App Routing

Routing in a PolymerJS application. I'll talk through how to setup routing using lazy-imports, and how to derive navigation based on the pages you created in your routes. Code: https://github.com/admwx7/portfolio Live App: https://amscripting.com Polymer Slack: @amurdock
guensie Over 5 years ago

More resources I used for getting up to speed

### tutorial-getting-started
* [Getting Started - Polymer Project](https://www.polymer-project.org/2.0/start/)

### polycasts-basics-build-element
* [Install Tools & Initialize Project (1/5)]( )
* [Understanding Polymer Project Structure (2/5)]( )
* [Basic Polymer Conversion (3/5)]( )
* [Making it Look Good! (4/5)]( )
* [Making it Work! (P5/5)]( )

### Polymer Docs/Tutorials
* [Data system concepts - Polymer Project](https://www.polymer-project.org/2.0/docs/devguide/data-system)
* [Getting Started with Polymer](https://alligator.io/polymer/polymer-getting-started/)
* [Building Components  |  Web Fundamentals  |  Google Developers](https://developers.google.com/web/fundamentals/web-components/)


juan8a Over 5 years ago

List of resources that were useful for getting up to speed with Polymer v2.

NOTE: This list is in Markdown mode, which unfortunately is not supported by this simple text editor

### youtube-vids
* [Create reusable elements with ease -- Polycasts #14 - YouTube]( )
* [Extending Native Elements -- Polycasts #15 - YouTube]( )
* [Give your element an API -- Polycasts #16 - YouTube]( )

### fundamentals
* [Thinking in Polymer (The Polymer Summit 2015) - YouTube]( )
* [Data Flow in Polymer Elements and Apps (Polymer Summit 2016) - YouTube]( )

### binding
* [Data Binding 101 -- Polycasts #28 - YouTube]( )
* [Binding to Objects -- Polycasts #30 - YouTube]( )
* [Supercharged Observers! -- Polycasts #32 - YouTube]( )* [Binding to Arrays -- Polycasts #35 - YouTube]( )

### routing-loading
* [Lazy Loading Elements -- Polycasts #43 - YouTube]( )
* [Routing with carbon-route -- Polycasts #46 - YouTube]( )
* [Lazy loading data with app-route -- Polycasts #47 - YouTube]( )


### scaffolding
* [Polymer Starter Kit -- Polycasts #18 - YouTube]( )
* [Polymer CLI: Getting Started -- Polycasts #48 - YouTube]( )
* [Polymer Starter Kit 2! -- Polycasts #52 - YouTube]( )

juan8a Over 5 years ago