Hello everyone
i have a Livewire Real-time Validation thought
I noticed it sends a request for each input to validate
This does not make sense
Because the rules for validation is Constant
I think it would be good if Livewire loads the rules at the begining from the Backend
And for Real-Time just validate in the frontend without requesting the Backend
This way it would save the server resources
+
help the visitors with poor Internet connection from being forced to send alot of requests just for One Form
Note: of Course it has to be validated again after the submit in the backend for security matters.