Currently, I have integrated the react-full-page
package into my project. However, after adding the Footer
to the routes, I noticed that the footer is only visible in the second section of the page and does not appear at the bottom as expected.
If you want to take a look at the code, you can check it out on CodeSandbox.
In my setup, I have defined 2 routes - one for the home with the path "/"
and the other for the about page with the path "/about"
.