You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guys, great project, a newb question, couldn't find the answer after initial search/testing.
Can I make use of regular react components, for example, something like fullpage-react, to provide dynamic functionality rather than having the output static generated?
The text was updated successfully, but these errors were encountered:
From what I can tell, the frontend is still running React so you can do whatever you want in the browser. I use it in a couple of my projects to add dynamic functionality and responding to click events and such.
You can also see that the React devtools pickup on your site being made in React. I think that proves it's all still there :)
guys, great project, a newb question, couldn't find the answer after initial search/testing.
Can I make use of regular react components, for example, something like fullpage-react, to provide dynamic functionality rather than having the output static generated?
The text was updated successfully, but these errors were encountered: