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
{{ message }}
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
There is actually no need to add data later on. Gatsby is very page centric, so one query per page as gatsby suggest is the best solution. All available images are then passed to mdx with a simple context without reducer.
the context and reducer approach at the moment is problematic for SSR.
we might go for a simple map object for now, keeping the hook names to avoid breaking the api
The text was updated successfully, but these errors were encountered: