- Notifications
You must be signed in to change notification settings - Fork2
@microstates/todomvc - TodoMVC Microstate for TodoMVC Components
microstates/todomvc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This package provides a Microstate model for state of a TodoMVC component. It includes tests and is published as@microstates/todomvc package. The purpose of this package is to show how a Microstate can be distributed via NPM. The state can be consumed by projects in different frameworks.
Learn more about Microstates.js atmicrostates/microstates.js.
npm install --save @microstates/todomvc
or
yarn add @microstates/todomvc
To use this model, you can import it and create a Microstate.
import{create}from'microstates'importTodoMVCfrom'@microstate/todomvc'lettodomvc=create(TodoMVC)
The Microstate comes withtests with 100% coverage.
gitclonegit@github.com:microstates/todomvc.gitcdtodomvcnpminstallnpmtest
About
@microstates/todomvc - TodoMVC Microstate for TodoMVC Components
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.