tur-nr/polymer-redux

An example in Typescript

Open

#50 opened on Jan 25, 2017

View on GitHub
 (8 comments) (0 reactions) (0 assignees)JavaScript (68 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (442 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I had some problems using polymer-redux with Typescript. So I created an example that helped me fixing them: https://github.com/pme123/polymer-redux-typescript-example

It is based on a Javascript version: https://github.com/jdomzhang/polymer-redux-example

It works - but I have 2 remaining open points:

  • statePath of the State definition is an extension of Polymer.property - throws transpile exception
  • PolymerRedux has no Typings - throws transpile exception

Nothing blocking but I hope to solve them some time.

Contributor guide