Skip to main content
Module

x/jotai/docs/guides/gatsby.mdx

👻 Primitive and flexible state management for React
Go to Latest
File
---title: Gatsbydescription: How to use Jotai with Gatsbynav: 7.04keywords: gatsbystatus: draft---
## Hydration
Jotai has support for hydration of atoms with `useHydrateAtoms`. The documentation for the hook can be seen [here](../utils/ssr.mdx).
## Babel plugins
Jotai provides Babel plugins for better DX while developing with Gatsby. [Find more info in the Babel section.](../tools/babel.mdx)