lemon-mind
v1.1.2
Published
<a href="https://github.com/awehook/blink-mind"><img src="https://img.shields.io/github/license/awehook/blink-mind.svg" alt="MIT"/></a> [![npm version](https://img.shields.io/npm/v/@blink-mind/core.svg?style=flat)](https://www.npmjs.com/package/@blink-min
Downloads
8
Readme
Full-featured app based on this library
A mind map vscode extension based on this library
Multiple online demo of specific features
Design Ideas
Use plugin mechanism to minimize coupling between components
The framework pre-defines some plugins to provide default behavior. When you want to change the default behavior, you can write plugins that override the default behavior.
The plugin functions of the same name are combined by the compose mechanism. Each plugin function controls the order of calls through the next parameter, similar to Koa's middleware mechanism.
Runtime data is saved through the immutable.js data structure, optimizing performance based on immutable.js and component's shouldComponentUpdate.
Run Demo Locally
yarn install
yarn storybook
then open http://localhost:6007/