Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Pre Rendering Example #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Pre Rendering Example #13

wants to merge 1 commit into from

Conversation

sastaachar
Copy link

No description provided.

Comment on lines +3 to +13
const NormalEmbed = () => {
return <AppEmbed className="embed-div" />
}

const PreRenderEmbed = () => {
return <AppEmbed preRenderId={"pre-render"} className="embed-div" />
}

const PreRenderEmbedOnDemand = () => {
return <AppEmbed preRenderId={"pre-render-on-demand"} className="embed-div" />
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we explain all these.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants