mutant : Create observables and map them to DOM elements. Massively inspired by hyperscript and observ-*. No virtual dom, just direct observable bindings. Unnecessary garbage collection is avoided by using mutable objects instead of blasting immutable junk all ove. You can installing mutant npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install mutant $ sudo npm install -g mutant
If want to update the mutant package execute the command as below,
$ sudo npm update mutant
Update package globally,
$ npm install -g mutant
$ sudo git clone https://github.com/rektide/mutant.git
$ sudo npm install -g ./mutant
mutant@3.22.1 /usr/lib/node_modules/mutant
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mutant
Package Name | mutant |
Version | 3.22.1 |
Description | Create observables and map them to DOM elements. Massively inspired by hyperscript and observ-*. No virtual dom, just direct observable bindings. Unnecessary garbage collection is avoided by using mutable objects instead of blasting immutable junk all ove |
Released Date | 2017-11-12T04:41:22.085Z |
Published by | mmckegg |
How to Learn | https://www.npmjs.com/package/mutant/tutorial |