I'm working on a digital version of a board game. It's 2-4 players, turn based. Im using Rust (actix) on the backend for learning purposes; React, redux, immer on frontend. Communication via Server-Sent Events.
Im experimenting with redux-like contstructs, which reduce the boilerplatey stuff, for example:
Im experimenting with redux-like contstructs, which reduce the boilerplatey stuff, for example: