Is there a standalone version or inspiration package of the forms used in Inertia-js? #908
-
I'm currently working on a Nuxt.js project that consumes a Laravel API. The thing is: I'm so used to Inertia's forms I was wondering if there is a package that works similar of if I can even import Inertia just to just to use that feature. Does anyone know? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I've made my own: EDIT: EDIT2: |
Beta Was this translation helpful? Give feedback.
I've made my own:
https://www.npmjs.com/package/nuxt-form-helper- deletedhttps://github.com/timyourivh/NuxtFormHelper- deletedEDIT:
Due to not needing it myself anymore and Nuxt 3 being out, I've decided to delete the package since no one has or will have any interest in it. I may create a helper for Nuxt 3 in the future, but if I do, I will start from scratch anyway with Inertia as a strong inspiration 💜.
EDIT2:
For those who use Laravel and still would like to use something similar, Laravel now has it's own "js-to-laravel-form-helpers" under the name Laravel Precognition