ambitious
v0.1.1
Published
> For ambitious user interface development.
Downloads
1
Readme
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
andonclick
, orclassName
andonClick
– The choice is yours
- Use
- Super Small: ~3 KB Gzipped