@stalo/devtools-ui
v0.7.14
Published
UI for stalo devtools
Readme
Overview
The devtools also uses stalo to manage its state, itself is a good example of how to use stalo for complex project.
The project use immer.js for basic state mutation. It can handle 1,000,000 records smoothly. For large state, we can uses immer.js patch to only get the changed parts of the state.
Usage
Check the example.
Development
Ensure you have run npm install and npm run build in the repo root directory.
To develop the devtools-ui:
npm startThe entry file is the index.html.
