orabazu / redux-saga-event-channels

A Dead simple example on how to run redux-saga without redux using event channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dead simple example on how to run redux-saga without redux using event channels

Why you do that? Why not? 🤙

Installation

npm install

Start Dev Server

npm start

Build Prod Version

npm run build

Features:

When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file. The css file gets included in the head of the index.html.

About

A Dead simple example on how to run redux-saga without redux using event channels


Languages

Language:JavaScript 91.7%Language:HTML 8.3%