turbolinks icon indicating copy to clipboard operation
turbolinks copied to clipboard

data-turbolinks-permanent

Open AdvancedStyle opened this issue 4 years ago • 1 comments

Is there any way to get data-turbolinks-permanent working with Livewire?

For example if you have an input on one page where the user has entered something, then they go to another page, then back again, it should retain the value that they entered.

Or should I go about it in a different way? ie. storing the Livewire data in session?

AdvancedStyle avatar Nov 09 '20 21:11 AdvancedStyle

one solution could be using something like firestore for this aswell

there is also things like state management with alpine that could solve this

robertdrakedennis avatar Nov 23 '20 23:11 robertdrakedennis