Nikolay Govorov
Nikolay Govorov
Hello! What kind? How do I use the system, what is the problem, what do I want?
Yes! We use both possibilities, and we want to transfer access tokens to admin without entering a login/password at ourselves.
@doabit it is work =) https://ssr.vuejs.org/en/data.html According to the official documentation, it must be that state.
Yeah. For example, it uses [NgRx store devtools](https://ngrx.io/guide/store-devtools).
In general, ngrx is a "redux-like" library, with approximately the same functionality but additional reactive wrappers. Do you have any additional requirements for the store?
Yes, `logux/ngrx` looks good. We also need to talk about technology. For angular tools, the home language is TS — angular is almost not used in vanilla JS. The code...
Okay. Then what should we do next?
Well. I created it, come in: [nikolay-govorov/logux-ngrx](https://github.com/nikolay-govorov/logux-ngrx). What is required for `v0.1` release?
I understand correctly that now we just copy the test suite for CRDT between `@logux/redux`/`@logux/vuex` and do the same for the new driver?
Do I understand correctly that Logux State is already a self-sufficient state manager, and it does not need Redux/Vuex/NgRx to work?