Join Discord
Powered by
What is the right way to navigate to another view ...
# package-development
m
Markus Johansson
08/10/2024, 8:26 PM
What is the right way to navigate to another view from code? I've been doing it like this:
Copy code
window.location.href = `section/nmy-section/workspace/my-entity/list`;
Is that the "best" way or are there other?
Previous
Next