What technology powers Visually widgets?
Visually widgets are built using Preact, a lightweight alternative to React.
Why Preact?
- Extremely small footprint (~3KB)
- Fast rendering performance
- React-compatible architecture
- Minimal impact on website performance
Each widget operates as an independent component dynamically injected by the Visually SDK.
This modular architecture enables:
- Faster execution
- Improved maintainability
- Independent rendering
- Flexible deployment