Closed ThanhKhoaIT closed 5 years ago
Thanks for PR @ThanhKhoaIT!
It looks excellent, I would only add more text to the README about the usage :)
Thanks for replied, @nikolalsvk ❗️❗️❗️ I have update README
Hey guys, I saw the attached issue / this PR, realized it was exactly what I was looking for! So thanks to both @ThanhKhoaIT and @nikolalsvk
I've been testing the changes and just wanted to share some findings:
RenderAsync.config.turbolinks = true
. The conditional for turbolinks
fires first and triggers the partial to render, regardless of the toggle config. This is an easy fix by changing the conditional to <% if turbolinks && !toggle %>
.Otherwise, this is freaking awesome. Seriously, thank you both for your work!
We can click/hover to render from Client
For examples applied cases
Issue: #75