You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
There are quite a few issues with the hooks. We have state in too many places and possibly the best solution is to strip back
the hooks, use the remote to fill the store:
if we keep db as state provider
remote will be refilling things
and UI will just read state when it needs ( like react setState)
Yes. While this is 100% way to go we might actually really easily drop current implementation and get something from scratch. This is due to the fact that there might be some strange approaches in current hooks that might still leak out (useReducer etc.) so.. I would be easier to start from scratch.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
There are quite a few issues with the hooks. We have state in too many places and possibly the best solution is to strip back
the hooks, use the remote to fill the store:
List of issues:
The text was updated successfully, but these errors were encountered: