How to keep state between pages with local state in Gatsby.js

added by JavaScript Kicks
8/15/2019 12:00:00 AM

325 Views

When using the static site generator Gatsby you don't have a base "App" component to play with. That said, there's no component that wraps around your whole application where you can put your state that needs to be kept between routes/pages.


0 comments