@erickmerchant/framework
Advanced tools
Comparing version 13.0.0 to 13.0.1
{ | ||
"name": "@erickmerchant/framework", | ||
"version": "13.0.0", | ||
"version": "13.0.1", | ||
"description": "A simple data down, actions up framework.", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -7,8 +7,8 @@ # @erickmerchant/framework | ||
This example uses yo-yo (which uses hyperx), but you should be able to use diffHTML and possibly other solutions. | ||
This example uses bel with nanomorph, but you should be able to use diffHTML and possibly other solutions. | ||
``` javascript | ||
const framework = require('@erickmerchant/framework') | ||
const html = require('yo-yo') | ||
const diff = html.update | ||
const html = require('bel') | ||
const diff = require('nanomorph') | ||
const target = document.querySelector('main') | ||
@@ -112,3 +112,3 @@ | ||
_agent(..arguments)_ | ||
_agent(...arguments)_ | ||
@@ -115,0 +115,0 @@ Anything returned will be ignored |
8985