There is a documentation on that from PointFree - https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/stackbasednavigation/#Pushing-features-onto-the-stack
You need to append to the path on some action like this (e.g. on tap or whatever is your use case):
state.path.append(.history(History.State()))