tur-nr/polymer-redux

An example in Typescript

Open

#50 创建于 2017年1月25日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)JavaScript (442 star) (68 fork)batch import
enhancementhelp wanted

描述

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.

贡献者指南