livewire-quill-text-editor
livewire-quill-text-editor copied to clipboard
Editor sends a lot of requests as the user types into the editor
I looked at the livewire code for the editor, .live is used which sends a lot of request to the server as the user types in the editor, i prefer having options for .defer and .lazy too for the editors so then we can use the two options