HackerTrans
トップ新着トレンドコメント過去質問紹介求人

arnioxux

no profile record

コメント

arnioxux
·8 年前·議論
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!