Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 731 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 731 Bytes

This project is experimental

VergeDevtools is a debugging tool for Verge.
The main features are mostly inspired by redux-devtools.

Features

  • Time travel
  • JSON visualizer
    • Tree Viewer
    • Tree Visualizer
  • List View
    • Filtering by Action Name

Usage

Inject DevLogger as logger to Verge store.
DevLogger will automatically send logs to devtools, hooked by Verge actions.

let store: TodoStore = .init(
        initialState: .init(todos: []),
        logger: DevLogger<TodoStore>()
    )

Installation

Download application from the release page and drag and drop to /Applications.