Hello,
I am attempting to import a js library into my power pages site.
I've already researched the subject a bit and most sources point to the Power Pages Management app's Web Files, where a web file is created and linked, through the 'Notes' tab, to some js script to be used across the website.
Although it is my guess that this may be a dated method? Because I personally can't find said tab in the Web Files entity form, not have I found an alternative that works.
Other sources have mentioned embedding some scripts into a component on the page - the footer for example - in order to consume them anywhere on the site where the component exists, but I've also tried that to no avail.
My main problem is neither of these honestly, it's simply adding some library in the first place, in this case - React.
This may prompt some people to mention Pcf components, and I've also tried those, both in adding them through a form, and through liquid with the {% component %} tag.
The goal is to straight up use react to develop the app, is that possible at all?