DEV Community

Fizz Buzz
Fizz Buzz

Posted on

Quick question on Canary

I started a new project and these hooks seem to be used:

import { useFormState, useFormStatus } from "react-dom"
Enter fullscreen mode Exit fullscreen mode

However, the documentation suggests that these are in their canary stage. These should not be used in prod right?

Top comments (0)