1.0.0-beta.30 • Published 2 years ago
diffhtml-middleware-verify-state v1.0.0-beta.30
<±/> diffHTML Verify State Middleware
Stable Version: 1.0.0-beta.30
Asserts that a render properly updated the old Virtual Tree and the DOM. Will recursively search for inconsistencies, displays warnings unless debugging is enabled, then it throws errors instead.
Installation
npm install diffhtml-middleware-verify-state
Example
import { use } from 'diffhtml';
import verifyState from 'diffhtml-middleware-verify-state';
// Throw when debug is truthy (when location.search has `?debug`)
use(verifyState({ debug: location.search.includes('debug') }));
This is not a very performant middleware, so please do not use this in production where performance is critical. Use in development.
1.0.0-beta.30
2 years ago
1.0.0-beta.29
3 years ago
1.0.0-beta.28
3 years ago
1.0.0-beta.26
3 years ago
1.0.0-beta.27
3 years ago
1.0.0-beta.24
3 years ago
1.0.0-beta.25
3 years ago
1.0.0-beta.22
4 years ago
1.0.0-beta.23
3 years ago
1.0.0-beta.21
4 years ago
1.0.0-beta.20
4 years ago
1.0.0-beta.19
4 years ago
1.0.0-beta.18
5 years ago
1.0.0-beta.17
5 years ago
1.0.0-beta.16
5 years ago
1.0.0-beta.15
5 years ago
1.0.0-beta.14
5 years ago
1.0.0-beta.13
5 years ago
1.0.0-beta.12
5 years ago
1.0.0-beta.11
5 years ago
1.0.0-beta.9
8 years ago
1.0.0-beta.8
8 years ago
1.0.0-beta.7
8 years ago
1.0.0-beta.6
8 years ago
1.0.0-beta.5
8 years ago
1.0.0-beta.4
8 years ago
1.0.0-beta.3
8 years ago
1.0.0-beta.2
8 years ago
1.0.0-beta.1
8 years ago
1.0.0-beta
8 years ago