End to End with Polymer (The Polymer Summit 2015)

  Рет қаралды 34,255

Chrome for Developers

Chrome for Developers

Күн бұрын

Пікірлер: 37
@DrRobrez
@DrRobrez 9 жыл бұрын
glad you guys were kind enough to post all of the conference videos
@carlosgarcia6228
@carlosgarcia6228 9 жыл бұрын
Great presentations and great event! It was really nice to be there and and see them live :-)
@MehranTaherimoud
@MehranTaherimoud 8 жыл бұрын
Awesome presentation, very straightforward, neat and clean! Thank you
@rezashah22
@rezashah22 9 жыл бұрын
Thanks for your great presentation of Polymer and Firebase.
@dc5
@dc5 9 жыл бұрын
Great presentation! Thanks Rob
@SanatGersappa
@SanatGersappa 8 жыл бұрын
Awesome. Mind blown.
@diegocerdan
@diegocerdan 8 жыл бұрын
Is worth noting that yeoman/generator-polymer is deprecated and the actual tool is Polymer CLI.
@panmniammniam
@panmniammniam 9 жыл бұрын
Great talk! Super useful tips, must try Firebase. Cheers!
@ProductionsByWill
@ProductionsByWill 9 жыл бұрын
Great presentation, Firebase is awesome and Polymer is too! #Lazy
@OswaldoFreitas
@OswaldoFreitas 8 жыл бұрын
Rob, why my paper dialog is not opening when binding to {{!user}}? When I change to opened="{{}}" the dialog appears, but it disappears when I put anything inside the brackets.
@gerdhubner7413
@gerdhubner7413 7 жыл бұрын
Why would it add "push IDs" (/ unique IDs), if you use "this.push" as on GitHub? If I do this in my code, I just get a sequential ID (1, 2, 3, 4...). Any hints?
@ReneScott
@ReneScott 9 жыл бұрын
Are you putting source code up for us to check out?
@davehorton7974
@davehorton7974 8 жыл бұрын
I'm trying to work through updating the firebase stuff to polymerfire. Question: in the demo firebase-collection was used to do two-way syncing of data in the demo, but can firebase-query (which I assume is the replacement for the deprecated firebase-collection) do that? When I add a note it is not being pushed to firebase
@mikeagnostik4748
@mikeagnostik4748 8 жыл бұрын
that's great !!!!!
@gerdhubner7413
@gerdhubner7413 8 жыл бұрын
If I have more data, let's say to-dos, adress-list, comments, .... does it makes sense to still store them all in one "data" element or create one "data" element each, so to-do-data, adress-list-data, comments-data ...?
@prithviraju6289
@prithviraju6289 9 жыл бұрын
Rob, Cool Presentation ..... still you uploaded 1257 files to production, size of around 3.48 MB ... can we just Deploy the import files alone..... may be you could do a detailed polycast video for us, explaining the best practices to group the bunch of html imports in single file or multiple files needed for any real time project
@sherhurlburt8623
@sherhurlburt8623 9 жыл бұрын
Are the slides being made available on these sessions?
@UnwittingSweater
@UnwittingSweater 9 жыл бұрын
Great video .... But I'm really lazy / awesome so can I see the code please.
@datawhore1185
@datawhore1185 9 жыл бұрын
yo is yo-licious.. yo-mazing.. yo-tastic really saved all my coding WTF's for later when the code forest is mature and easy to get lost in!
@SajjadMurtaza_Leo
@SajjadMurtaza_Leo 9 жыл бұрын
@Rob am ruby on rails developer - i saw your lecture and i decided to start learn polymer. ---------------------------- i follow these steps Download polymer-starter-kit and extract cd polymer-starter-kit. npm install bowser install cd polymer-starter-kit-light python -m SimpleHTTPServer 8080 Working great for me. But for Yeoman user? npm install -g generator-polymer mkdir -p my-project && cd $_ yo polymer yo polymer:el my-element every thing is great but gulp serve is not working Please guide me
@vincentyoumans
@vincentyoumans 8 жыл бұрын
does yoeman still work? this is not working for me... yo polymer && gulp serve
@TheRealWelshCJ
@TheRealWelshCJ 8 жыл бұрын
They have their own CLI now: www.polymer-project.org/1.0/docs/tools/polymer-cli You can create applications, elements, view their shop demo, or serve your content locally for debug purposes for it.
@vincentyoumans
@vincentyoumans 8 жыл бұрын
Thanks... I eventually figured this out. A suggestion would be more videos of tricks on how to integrate Starter kit with Firebase. including email/pass auth. It would be cool if there was a Yo Auth... and perhaps a Yo AddFirebase
@louis-philippetremblay7326
@louis-philippetremblay7326 8 жыл бұрын
Firebase is great, but it's definitely not "Offline-first" with their Web SDK. On this example, If you start offline, change anything and refresh, you lose all your changes :( Hope to see a real offline support coming to Firebase Web soon, like they did for Android and iOS
@JonathanAgoot
@JonathanAgoot 9 жыл бұрын
Please post source. Thanks.
@LorenzoJimenez
@LorenzoJimenez 8 жыл бұрын
Polymer competes with AngularJS?
@MrAndrewtux
@MrAndrewtux 8 жыл бұрын
+Lorenzo Jimenez they can live aside... think about polymer as a view layer :)
@dioscodes199
@dioscodes199 8 жыл бұрын
Polymer is not a framework...
@RC_Cola2020
@RC_Cola2020 9 жыл бұрын
First half was useful, but then it turned into a long advertisement for Firebase.
@RC_Cola2020
@RC_Cola2020 9 жыл бұрын
Sorry. Don't mean to by cynical! Polymer is awesome. I'm just very cautious about choosing services I can't install on my own servers. Firebase does look powerful, though.
@LebaneseNostalgia
@LebaneseNostalgia 8 жыл бұрын
+Richard Caceres is there any good Firebase alternative?
@RC_Cola2020
@RC_Cola2020 8 жыл бұрын
MeteorJS is the closest tool I've used.
@luisrico4429
@luisrico4429 7 жыл бұрын
Richard Caceres ,?
@Wenerme
@Wenerme 9 жыл бұрын
`yo polymer` Still Polymer 1.0
@luisrico4429
@luisrico4429 7 жыл бұрын
This my job leazy men
@luisrico4429
@luisrico4429 7 жыл бұрын
I demanded
@luisrico4429
@luisrico4429 7 жыл бұрын
Men really this no my fall why you see my job i no leazy
Using ES6 with Polymer (The Polymer Summit 2015)
18:30
Chrome for Developers
Рет қаралды 13 М.
Say goodbye to the & symbol for nesting bare HTML elements
0:59
Chrome for Developers
Рет қаралды 2,7 М.
Новый уровень твоей сосиски
00:33
Кушать Хочу
Рет қаралды 1,4 МЛН
Throwing Swords From My Blue Cybertruck
00:32
Mini Katana
Рет қаралды 11 МЛН
Apple peeling hack
00:37
_vector_
Рет қаралды 117 МЛН
Polymer from Zero to Hero
1:06:42
GDG Bingham University
Рет қаралды 41 М.
Thinking in Polymer (The Polymer Summit 2015)
35:48
Chrome for Developers
Рет қаралды 30 М.
iron-ajax… wat?! -- Polycasts #26
16:37
Chrome for Developers
Рет қаралды 28 М.
Building Progressive Web Apps with Polymer (Chrome Dev Summit 2015)
30:35
Chrome for Developers
Рет қаралды 39 М.
WebGPU vs WebGL performance difference is crazy
0:57
OHZI Interactive Studio
Рет қаралды 30 М.
BUILDING A RAILS APP && WORKSHOP PREP
typecraft
Рет қаралды 73
Testing Polymer Web Components (The Polymer Summit 2015)
17:17
Chrome for Developers
Рет қаралды 13 М.
Practical lessons from a year of building web components - Google I/O 2016
33:29
Polymer Starter Kit -- Polycasts #18
7:05
Google for Developers
Рет қаралды 46 М.
Новый уровень твоей сосиски
00:33
Кушать Хочу
Рет қаралды 1,4 МЛН