Command Query Seperation (CQS) in React and Node
What is CQS:
Command Query Separation (CQS) is a software design principle that states that methods should either be commands (which perform an action and do not return a value) or queries (which return a value and do not change the state of the syst...
chibueze.hashnode.dev4 min read