andahendriksen
Setting infinitely deep store?
I'm building a website builder, and my model looks like this:
Then I have a store like this:
How would I go about setting the content in the nth depth, without knowing how deep it is?
Can I do some sort of loop inside the
setPageStore
?31 replies
Push params to url without page scrolling to top
I have a route that looks like this:
When page_type and page_url is available, a popup appears. But when the url changes, the page scrolls to the top. How do I avoid that?
I've tried:
4 replies