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
Using the invoices example in the docs, I'd like to add a Payments section to the invoices/$id page with a "Load more" button. Clicking "Load more" will fetch the next page of payments and append them to the Payments section.
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
-
The docs describe nested URLs without nesting layouts. It is possible to nest layouts without nesting URLs?
Using the invoices example in the docs, I'd like to add a
Payments
section to theinvoices/$id
page with a "Load more" button. Clicking "Load more" will fetch the next page of payments and append them to thePayments
section.Is there an established Remix pattern for this?
Beta Was this translation helpful? Give feedback.
All reactions