HTML-first, React-sque, two-paradigm simple and lightweight framework for web development.
- supports both static HTML DOM generations via provided building blocks and internally-state-managed components with memoization
- state, memo, reducers and effects
- React-like reconciliation for performance
- add support for
keyprop - add memoize variant for methods similar to
useCallback - add contexts/providers
- update
styleper property - update test coverage
Watch-mode with sourcemaps for development
npm run devsee example usage in usage.html and usage.js
Bundled for releases
npm run build