0.1.1 • Published 5 years ago

ambitious v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Ambitious

For ambitious user interface development.

Features

  • 100% Functional Components
  • Local Component State
    • const Component = (props, state, setState) => view
  • Lifecycles: Run async side effects when your component:
    • Mounts
    • Before mount
    • Unmounts
    • Before unmount
    • Updates (via setState)
  • Fragments w/Lifecycle support
  • Virtual DOM with JSX
  • Performant
    • All DOM operations batched to run within a single frame
  • Standard Attributes Names
    • Use class and onclick, or className and onClick The choice is yours
  • Super Small: ~3 KB Gzipped