Skip to content

A small demo showing how to use Redux in a Stencil app with @stencil/redux

License

Notifications You must be signed in to change notification settings

jarrvis/stencil-with-redux-example

 
 

Repository files navigation

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

About

A small demo showing how to use Redux in a Stencil app with @stencil/redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.4%
  • HTML 7.9%
  • JavaScript 0.7%