🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@frontmen/hyperapp-redux-devtools

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontmen/hyperapp-redux-devtools

higher order app to connect state to redux-devtools

0.0.1
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@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 'hyperapp-redux-devtools';

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

License

@frontmen/hyperapp-redux-devtools is MIT licensed. See LICENSE.

Keywords

hyperapp

FAQs

Package last updated on 08 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts