All Projects → ionic-team → stencil-redux-demo

ionic-team / stencil-redux-demo

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

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Labels

Projects that are alternatives of or similar to stencil-redux-demo

stencil-fiber-demo
This is an example project using stencil to replicate the react fiber demo.
Stars: ✭ 17 (+13.33%)
Mutual labels:  stenciljs
web-photo-filter
A Web Component to apply Instagram-like WebGL filters to photos
Stars: ✭ 105 (+600%)
Mutual labels:  stenciljs
design-system
The Baloise Design System consists of reusable components and a clearly defined visual style, that can be assembled together to build any number of applications.
Stars: ✭ 40 (+166.67%)
Mutual labels:  stenciljs
capacitor-site
Capacitor website
Stars: ✭ 0 (-100%)
Mutual labels:  stenciljs
Shadow-DOM-inject-styles
🎉 A helper function to easily modify Shadow DOM CSS.
Stars: ✭ 47 (+213.33%)
Mutual labels:  stenciljs
app-starter
Angular mono-repo (Ionic/Capacitor/StencilJS/Web Component) app starter for supporting cross platform apps.
Stars: ✭ 75 (+400%)
Mutual labels:  stenciljs
stencil-ds-plugins-demo
This is a demo project using the stencil-ds-plugins.
Stars: ✭ 44 (+193.33%)
Mutual labels:  stenciljs
generator-stencil
Scaffolding tool 🔨 for Stencil js applications
Stars: ✭ 16 (+6.67%)
Mutual labels:  stenciljs
revodropdown
Minimalistic dropdown and auto-complete component with filtering and keyboard support
Stars: ✭ 20 (+33.33%)
Mutual labels:  stenciljs
frosted-glass
❄️ Add a live frosted glass blur effect over any type of web content, including text.
Stars: ✭ 62 (+313.33%)
Mutual labels:  stenciljs
stencil-mobx
No description or website provided.
Stars: ✭ 26 (+73.33%)
Mutual labels:  stenciljs
stencil-state-tunnel
A tool for tunneling state/props down through a component stack.
Stars: ✭ 95 (+533.33%)
Mutual labels:  stenciljs
stencil-shimmer
StencilJS component for adding shimmer UI effect to your applications.
Stars: ✭ 14 (-6.67%)
Mutual labels:  stenciljs
stencil-boilerplate
A Stencil app boilerplate including routing, Redux etc.
Stars: ✭ 51 (+240%)
Mutual labels:  stenciljs
static-web-apps-gallery-code-samples
A community showcase of projects built with Azure Static Web Apps 🎉 Visit: https://microsoft.github.io/static-web-apps-gallery-code-samples/
Stars: ✭ 96 (+540%)
Mutual labels:  stenciljs
corejam
A scaffolding for building progressive GraphQL powered jamstack applications.
Stars: ✭ 24 (+60%)
Mutual labels:  stenciljs
stenciljs-in-react
Stenciljs components in React: step by step guide
Stars: ✭ 22 (+46.67%)
Mutual labels:  stenciljs
stencil-fetch
Fetch API implementation with Stenciljs
Stars: ✭ 18 (+20%)
Mutual labels:  stenciljs
stencil-ds-react-template
This is an example repo of building plugins.
Stars: ✭ 33 (+120%)
Mutual labels:  stenciljs
mm-components
Music Markups components
Stars: ✭ 50 (+233.33%)
Mutual labels:  stenciljs

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].