Example of Single-Page Application (SPA) using Polymer 1.0 [closed]
Asked Answered
B

4

11

Can someone supply examples of Single-Page Applications (SPA) using Polymer 1.0?

Boehike answered 5/6, 2015 at 5:41 Comment(0)
B
9

The Polymer Starter Kit uses a Single Page App structure. Their Github page is here.

Berk answered 5/6, 2015 at 13:46 Comment(0)
O
2

Check out Made with Polymer and Built with Polymer.

Both of these are curated sites showcasing SPAs using Polymer 1.0.

And here is an article.

Osset answered 21/7, 2015 at 9:48 Comment(1)
OP is asking about examples for Polymer 1.0. The first link you provided is directly linking to version 0.5. And I'm surprised if even one of the projects in the second link is made with Polymer 1.0. And the third link is also directly linking to version 0.5.Talkfest
A
2

One page scroller app example with polymer + iscroll.

https://github.com/sgoran/polymer-spa

Apposition answered 6/5, 2016 at 14:1 Comment(2)
A single index.html of 25k(!) lines I would not recommend to anyone …Faceless
That's the whole framework with all imports included with vulcanize.Apposition
A
1

Check out the Polymer session on Google IO 2015. The video https://youtu.be/fD2As5RmM8Q?t=25m52s explains how it is done Polymer way.

The code is available at https://github.com/googlechrome/ioweb2015

The Santa tracker available at https://github.com/google/santa-tracker-web is also a single page app. However the presenter does not get into details on that.

Acquiescent answered 19/8, 2015 at 20:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.