0.0.1 • Published 1 year ago

authorui v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

AuthorUI Logo

A next-generation JavaScript library for building user interfaces.

  • Vanilla JavaScript runs in the browser with no build or compile step
  • No Virtual DOM or expensive diffing algorithms
  • Unique Direct Data Binding/Mapping approach provides maximum render/update efficiency (like Signals but on steroids)
  • Powerful reactive state management with undo/redo and change management
  • Built-in composable client-side routing loads only the code needed for the current route
  • Built-in User Session and Permissions management
  • No Component construct <-- Why this is a good thing
  • ES Module-based architecture
  • Minimal API
  • No dependencies
  • Great for SPAs, Islands, Partial Hydration, or a combination of each
  • Everything above, and more, in < 7kb of JavaScript (minified/gzipped)
0.0.1

1 year ago