
You can use the useActionForm hook, provided by the @gadgetinc/react package to create a new Gadgémon record in your backend API, and handle all of our frontend form state. This hook accepts your Gadget API’s gadgemon.create action as an argument. For more information on useActionForm see the reference docs. We will need to read and write using our gadgemon model’s CRUD API. To do this, we will use the useFindMany and useActionForm hooks, provided by the @gadgetinc/react package. These hooks take in the API client, which you can import from the api.js file in the frontend folder. One of the most user-friendly widgets, App launcher basically works like a launch bar.

