Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавить возможность генерации относительных путей #3

Open
in19farkt opened this issue Dec 25, 2018 · 0 comments

Comments

@in19farkt
Copy link
Contributor

Например, у нас есть дерево

  auth: {
    role: getParam({
      signIn: null,
      signUp: null,
    }),
  },

и мы хоти сделать редирект на signIn или signUp со страницы auth/:role, но ведь role - это параметр и чтобы сделать редирект по пути auth.role.signIn, нам придется достать текущее значение role и передать его в getRedirectPath.

Предложение следующее: чтобы сделать относительный редирект с определенной точки дерева в глубь, можно реализовать примерно такое апи:

auth.role.from().signIn.getRedirectPath()

Внутрь функции from можно зашить проверку текущей локации на соответствие шаблону auth.role.getRoutePath(), и если мы не на этом урле, то вываливать в консоль варнинг

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant