#Render new layout on page
8 messages · Page 1 of 1 (latest)
Like the discord bots that use /daily to redeem rewards and when collecting the page is changed showing the value of rewards acquired
that sounds like you want to render a different component depending on a specific state (which is changed on button click), not a page change
so a conditional rendering will suffice to do what you want
I want to replace the page components with new ones, and thus "render the page layout"
@rose pawn
conditional rendering works for this, the conditions will define what components you want to render
Can you let me know where I can learn to see examples?