EthanStandel / deepsignal

113 stars 5 forks source link

Create useStore #1

Closed EthanStandel closed 2 years ago

EthanStandel commented 2 years ago

Create useStore for cases where you want to compile many pieces of state for a single component. Allow it to take an initializer function so that VDOM rerenders don't need to create a new large object but just a new closure.

EthanStandel commented 2 years ago

👍