You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I have the route: /question/:questionId.
Now, let's say there's a different route on my page, called /questions`, which displays the title of every question.
I might want the following effect: when I hover over a question title, I want the question page to pop-up. (As a form of preview).
This is kind of similar to unpoly's layers: https://unpoly.com/tutorial (Ctrl-F "Leveraging Layers"), where you can render HTML fragments in modals.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have the route:
/question/:questionId
.Now, let's say there's a different route on my page, called /questions`, which displays the title of every question.
I might want the following effect: when I hover over a question title, I want the question page to pop-up. (As a form of preview).
This is kind of similar to unpoly's layers: https://unpoly.com/tutorial (Ctrl-F "Leveraging Layers"), where you can render HTML fragments in modals.
What would be the best way to do this in Remix?
Beta Was this translation helpful? Give feedback.
All reactions