HackerTrans
TopNewTrendsCommentsPastAskShowJobs

arnioxux

no profile record

comments

arnioxux
·il y a 8 ans·discuss
I wrote a similar comment before, viewing redux as a realization of the event sourcing pattern: https://news.ycombinator.com/item?id=17061827

You can go even further and use the exact same "events" or "actions" for event sourcing on the server side too. You just need to save the list of actions to the server. This lets you do realtime sync and multiplayer really easily!