alvarotrigo / react-fullpage

Official React.js wrapper for fullPage.js https://alvarotrigo.com/react-fullpage/
GNU General Public License v3.0
1.28k stars 179 forks source link

Will there be a functional React component example coming soon? #339

Closed eye-c closed 2 years ago

eye-c commented 2 years ago

All the Fullpage examples I see online use class components. Can Fullpage.js be used in a functional component?

alvarotrigo commented 2 years ago

Sure, check the hooks example: https://github.com/alvarotrigo/react-fullpage/blob/master/examples/react/src/hooks.js

eye-c commented 2 years ago

Thank you, Alvaro. Great library