Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 690 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 690 Bytes

Stencil with Redux example

This is a simple demo using Stencil with the Stencil Redux collection.

Stencil Redux is a small library that uses the vanilla Redux library and automatically supplies state to props on components, as well as binding actions to the store's dispatch.

This example is a fork of https://github.com/ionic-team/stencil-redux-demo. It should serve as a practical example of using Stencil Reducx. Additionaly it shows how to resolve component lifecycle order issue: ionic-team/stencil#1261

More info here: https://medium.com/@michakaliszewski/stencil-redux-slot-components-setup-d5efce091842