I’m still trying to understand how this proxy pattern is more minimal than say, the Uniswap factory pattern for creating pairs.
Let’s say I have a Pair contract implementation and I want to create multiple clones of Pair using the EIP 1167 minimal proxy pattern. Does each clone get its own deployed Pair contract?