0

Since Qwik is React-like and not a React runtime, not all of the popular libraries that exist in the React ecosystem exist in the Qwik ecosystem. Is there an existing Qwik alternative to Formik?

2 Answers2

1

You can follow Qwik-react project to know how to use React components in Qwik.

https://qwik.builder.io/qwikcity/integrations/react/

I don't think at the moment we have any thing alternative for Formik in Qwik

Daniel Tran
  • 6,083
  • 12
  • 25
0

For basic applications, the default Qwik component is good enough.

If you want a feature rich form, try Modular Forms

Tan Nguyen
  • 1,636
  • 1
  • 12
  • 9