Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 634 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 634 Bytes

Stencil Redux Demo

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 also follows a Typed Redux Action Pattern which we find adds some nice TypeScript benefits to using Redux.

See Stencil Redux for more information on how that collection works.