Skip to content

Hyperapp higher-order app that logs state updates to redux devtools.

Notifications You must be signed in to change notification settings

FrontMen/hyperapp-redux-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@frontmen/hyperapp-redux-devtools

Travis CI codecov npm Slack

A Hyperapp higher-order app that logs state updates to redux devtools.

Try it Online

Installation

Node.js

Install with npm / Yarn.

npm i @frontmen/hyperapp-redux-devtools

Then with a module bundler like rollup or webpack use as you would anything else.

import withReduxDevtools from "@frontmen/hyperapp-redux-devtools"
// Or as a named import: 
import { withReduxDevtools } from "@frontmen/hyperapp-redux-devtools"

Browser

Download the minified library from the CDN.

<script src="https://unpkg.com/Frontmen/hyperapp-redux-devtools"></script>

You can find the library in window.withReduxDevtools.

Usage

import withReduxDevtools from '@frontmen/hyperapp-redux-devtools';

withReduxDevtools(app)(state, actions, view, document.body)

About

Hyperapp higher-order app that logs state updates to redux devtools.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published