rsnext/examples/with-jotai/next.config.js
Mathis Møller 8a80b0b357
Examples: Jotai (#27940)
## Documentation / Examples

- [X] Make sure the linting passes

This adds an example using Jotai with Next.js. It uses the new hook `useHydrateAtoms` to hydrate atoms with values from the server.
2021-08-14 04:06:49 +00:00

3 lines
46 B
JavaScript

module.exports = {
reactStrictMode: true,
}