cuerposaco / awesome-polymer

A collection of awesome Polymer resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Polymer

Awesome GitHub Stars GitHub Watchers PRs welcome

A collection of awesome Polymer resources.

General resources

Hashtags

Polymer Communities

Polymer News

Polymer Codelabs / Playgrounds

Directories

Elements

Mixins / Behaviors

Libraries

TypeScript

Patterns

Managing State

Mediator Pattern

Global Mediator Pattern

UniFlow
  • UniFlow - uni-directional data flow + maintains state of entire application
    • Difference between UniFlow and Redux
    • ToDo MVC Demo
    • UniFlow Polymer Starter Kit
    • Answers from author @militeev on Slack
      • With UniFlow you move all your complex logic to action dispatchers, leaving to the visual elements only tasks of rendering the data and reacting to user events. This simplifies things a lot, especially when it comes to unit testing.
      • Answering the question if this is another alternative to Redux, the answer is probably yes. We started the project in early 2016, and Flux and Redux ideas definitely influenced it.
      • I would say it's implementation of basic principles of Flux/Redux + convenience methods for views.
      • Yes, it was developed as part of an internal project at Google, then we separated it out, documented and open-sourced.
      • From my experience, patterns are easier to follow if they're implemented in the code. For small projects it's not critical. When you have large group of people working on a project, chances are that different people will attempt doing same thing in various different ways. Having library and guidelines how to use it helps in this case.
      • Yes, you can easily implement all these concepts yourself, customizing the way you want. The advantage of having the library is that someone already thought about different scenarios that may occur, coded those and unit-tested.
Redux

PRPL Pattern

PRPL Pattern is alternative for a benefits of server-side rendering.

PRPL Servers

Features

Polymer is SEO-friendly

Polymer Project develops PRPL server using Rendertron server which runs Headless Chrome to render and serialize web pages for search bots, so all the content is contained in one network request.

Tutorials / Guides

Style Guides

Upgrade Guides

Case Studies

Integration with other frameworks

GraphQL

Articles

Videos

Polymer Summit

Progressive Web App Summit

Chrome Dev Summit

Google I/O

Boilerplates

Tools

Editor Plugins

Polymer Editor Plugins @ Polymer Summit 2016

Atom

VS Code

Sublime Text

Testing

Notable projects

Polymer Authors

Other awesome resources


License

CC0

About

A collection of awesome Polymer resources.