Performance overview
Performance is one of the main goals of the Hookstate project alongside with simple and flexible API. Hookstate has got two technologies built-in, which make it stand out and deliver incredible performance for applications:
- Hookstate does Proxy-based state value usage tracking to identify what components require rerendering when a state is changed.
- Hookstate has got scoped state feature which multiplies the effect of the first, particularly for the cases involving large states and frequent updates.