Skip to content

Commit

Permalink
Update existing-frontend.mdx (#3895)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Dec 18, 2024
1 parent 476edf6 commit d8bd373
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import Tabs from "@theme/Tabs";



# Using an existing frontend application
# Using an existing application frontend

<MarkdownChipRow labels={["Intermediate", "Tutorial"]} />

While numerous starter projects and examples exist for those who prefer to start from scratch, deploying an existing frontend application as a frontend <GlossaryTooltip>canister</GlossaryTooltip> is also a viable option for building an application on ICP.
While numerous starter projects and examples exist for those who prefer to start from scratch, deploying an existing application frontend as a frontend <GlossaryTooltip>canister</GlossaryTooltip> is also a viable option for building an application on ICP.

:::caution
Server methods such as `getServerSideProps` are not supported, since it will be deployed as a client-only application.
Expand Down

0 comments on commit d8bd373

Please sign in to comment.