https://github.com/vergegroup/devtools
Developer tools for Verge - Flux for SwiftUI
https://github.com/vergegroup/devtools
Last synced: 9 months ago
JSON representation
Developer tools for Verge - Flux for SwiftUI
- Host: GitHub
- URL: https://github.com/vergegroup/devtools
- Owner: VergeGroup
- License: mit
- Created: 2020-07-17T04:47:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T05:00:52.000Z (over 5 years ago)
- Last Synced: 2025-01-30T17:37:08.939Z (11 months ago)
- Language: TypeScript
- Size: 2.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
_This project is experimental_
VergeDevtools is a debugging tool for [Verge](https://github.com/VergeGroup/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()
)
```
# Installation
Download application from the release page and drag and drop to /Applications.