to be honest, given rescript has native support for a tool as powerful as variants/algebraic data types and exhaustive pattern matching, basic useState and useReducer can take you very far away, I’d stick to it for now if I were you, I think redux usage in rescript is pretty low because of this.
↧
Is there a way to get the name of variant in type
↧