Open themassiveone opened 1 year ago
its just fair to have call-control within the ui callbacks. Im thinking: const register = useRegister(success => login()) const login = useLoging();
otherwise it feels like magic to the ui layer, that should be the case
Only other problem: piggyBacking. The user should need to deal with that. Maybe this is not gonna be a problem anymore as soon as we moved to connection-based protocols for fast message exchange. Or long-polling eventhough, this might result in the same problem as before
That way we may expand into using more than one store safely