I've runned some test with an example app and ~I couldn't make it work~ ->render() is missing from the docs' example. ~I thing Inertia SSR maybe causing some issues~. Also, I couldn't find a proper example on react typescript so I need to create the declaration file for this package.
Why?
useForm
and can recieve server data through props so useQuery is not needed anymore probably./api
routes.Checklist
breeze
.react-router-dom
.AuthContext
and authentication logic as it will be handled by laravel natively.momentum-modal
and add declaration file for it.CreatePatient
andShowAppointment
.{Reading|Watching} material
Notes
I've runned some test with an example app and ~I couldn't make it work~
->render()
is missing from the docs' example. ~I thing Inertia SSR maybe causing some issues~. Also, I couldn't find a proper example on react typescript so I need to create the declaration file for this package.