Skip to content

Bartor/swf

Repository files navigation

Simple Web Framework

HTML-first, React-sque, two-paradigm simple and lightweight framework for web development.

Features

  • 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

TODOs

  • add support for key prop
  • add memoize variant for methods similar to useCallback
  • add contexts/providers
  • update style per property
  • update test coverage

Build

Development

Watch-mode with sourcemaps for development

npm run dev

see example usage in usage.html and usage.js

Production

Bundled for releases

npm run build

About

Simple web framework

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors