Jack of all trades · @jackofalltrades
72 followers · 181 posts · Server mas.to

@solnic @codefolio I'm not sure if "state" is the right word here. You don't use that word at all in the docs: guides.hanamirb.org/v2.0/app/p

When I think of "state management" I think of sth like in or in . They both have a way to update the state: reducers in redux and handle cast/call in GenServer.

Perhaps I'm not familiar with enough, but providers look to me like a wrapper API for dependencies or a low-level way to interact with Hanami's DI system.

#hanami #elixir #genserver #javascript #redux

Last updated 2 years ago

Jonn · @jonn
150 followers · 2933 posts · Server social.doma.dev

Dropping in favour of using a with a simple async persistence only for the things that need to be persisted made a credential verification from a 50+ms ordeal into 1-ms ordeal. x50 speedup makes me hopeful about 0.4 demo making a user account in sub-100ms, compared to sub 1.5s which 0.3 shows.

#doauth #genserver #ecto

Last updated 3 years ago