This package has been deprecated

Author message:

Use Chrome or Firefox extension instead.

purescript-pux-devtool

4.1.0 • Public • Published

pux-devtool

A time-travelling debugger for Pux applications.

Pux Devtool animation

Usage

Replace Pux.start with Pux.Devtool.start and that's it!

main = do
  app <- Pux.Devtool.start
    { initialState: initialState
    , update: update
    , view: view
    , inputs: []
    }
 
  renderToDOM "#app" app.html

Package Sidebar

Install

npm i purescript-pux-devtool

Weekly Downloads

2

Version

4.1.0

License

Apache-2.0

Last publish

Collaborators

  • amingoia