Flooks v4, auto optimized re-render. The simplest React Hooks state manager

For example, model = {a: 1, b: 2, fn: () => {} }, call setModel({ a: 2 }), components that only use b will also re-render. In theory, components only use fn function should never be updated by… Read more

Similar