# derivable-devtools **Repository Path**: mirrors_TrySound/derivable-devtools ## Basic Information - **Project Name**: derivable-devtools - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Derivable Devtools The devtools for a holistic state management library [DerivableJS](https://github.com/ds300/derivablejs). ## Usage ```js import 'derivable-devtools'; // Should be placed before first derivable import import { atom } from 'derivable'; const name = atom('David'); name.react(d => { console.log(d); }); ``` ## TODO - babel-plugin-derivable for extracting atoms and derivations names - new layouts - better value editor - chrome extension with devtools integration - better design - tests - Something more? - Wrap long string values in graph - Convert to scientific notation big numbers graph - Prevent visualizing governor (internal) derivations ## License MIT © Bogdan Chadkin