salsita / spicy-hooks

7 stars 0 forks source link

Do not export `useStateWithoutRerender` as it is dangerous #23

Closed goce-cz closed 3 years ago

goce-cz commented 3 years ago

Resolves: #22

As discussed in #22, hooks of sucha nature as useStateWithoutRerender are dangerous and should not be used directly. Exporting ti from the package would probably do more harm than good.