Can I use Fundraise Up on a website powered by React?
Yes, our installation code must be added to your index.html
in the public directory.
To utilize Fundraise Up in a react application, please enter the installation code in the public directory → index.html
, specifically so that it runs in the <head>
of the resultant webpages.
Once the installation code is installed, you can utilize React best practices and treat each Fundraise Up element like its own component.
Please note that React SPAs, like all SPAs, do not reload the page. As a result, some URL-based element display and limitation function is compromised, as the URL detected for a donor visiting a SPA is always tied to the first page a donor visited.
For any additional information on React, please feel free to visit the React Docs.