tur-nr/polymer-redux

An example in Typescript

Open

#50 geöffnet am 25. Jan. 2017

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (68 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (442 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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