/riot-redux-sample

Showing how to use riot-redux-mixin to connect riot tags with a redux store

Primary LanguageJavaScriptISC LicenseISC

riot-redux-sample (archived)

Showing how to use riot-redux-mixin to connect riot tags with a redux store. Using reselect as memoizing selector library.

npm install

# build
npm run build
# or if you want to watch for changes.
npm run watch

# serve files in build directory
npm run serve