Skip to content

Commit

Permalink
Merge branch 'jmongeon-revisions' of github.com:dfinity/portal into j…
Browse files Browse the repository at this point in the history
…mongeon-revisions
  • Loading branch information
jessiemongeon1 committed Jan 19, 2024
2 parents 93a1832 + 912c86e commit 58fd8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-docs/setup/react-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ When developing frontend UIs, there are several frontend frameworks that can be

Another popular choice is React. React is a library used for creating native or web user interfaces. It uses JavaScript functions to facilitate the creation of React components, which can be used to receive data from an app's backend and return the output to the frontend UI. React is designed to create a framework for seamlessly combining components written by all different people, organizations, or teams. It is a popular choice for building the frontend of dapps, as it is versatile and has a rich ecosystem of packages that can be utilized by developers.

On ICP, there are several boilerplate dapp templates that use React, such as the [React frontend example](/docs/current/developer-docs/frontend/biolerplate-frontend). In this guide, you will explore two other boilerplate templates that can be used for creating frontend UIs with React.
On ICP, there are several boilerplate dapp templates that use React, such as the [React frontend example](/docs/current/developer-docs/frontend/boilerplate-frontend). In this guide, you will explore two other boilerplate templates that can be used for creating frontend UIs with React.

## Creating a React dapp with a button

Expand Down

0 comments on commit 58fd8e8

Please sign in to comment.