That is correct! However, we are also working on making it possible to pass data as part of the routing process (that will be implemented in ReSwiftRouter) as that is necessary for recursive routes.
I think passing data will be required in some cases in order to solve the dependencies of the next view controller on the flow. Otherwise the store will have to solve these dependencies of all View Controllers which I think it's not ideal.