You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While you make it quite clear this is more for a simple one-pager type app, that is pretty much what I'm using it for and I'm having a hard time figuring out a way to actually make use of it, since changing a template var causes the entire template to re-render, and there doesn't seem to be support for reactive partials.
I've got a simple page that plays video. Below the video there are some tabs for the user to click through. However, the way it's currently implemented, changing my tab template variable just re-renders the entire page, which of course interrupts the video.
Any way you're aware of that I can re-render only my tab area, with partials or something like this? Otherwise I guess I'll just have to always render all tabs and then show/hide using Javascript. :/
Thanks for any help.
The text was updated successfully, but these errors were encountered:
On Tue, Feb 18, 2020 at 18:15 hadi javeed ***@***.***> wrote:
@drone1 <https://github.com/drone1> yeah this library don't support
partials at the moment. Since it was a small library to support HBS
templates. I can work on it though.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=ABQIEPCOBTWEROPZSSOD3TDRDQJRNA5CNFSM4KW6JSOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMC2KCY#issuecomment-587572491>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQIEPGRZZ2IJ63Z6NTW5N3RDQJRNANCNFSM4KW6JSOA>
.
Hey again.
While you make it quite clear this is more for a simple one-pager type app, that is pretty much what I'm using it for and I'm having a hard time figuring out a way to actually make use of it, since changing a template var causes the entire template to re-render, and there doesn't seem to be support for reactive partials.
I've got a simple page that plays video. Below the video there are some tabs for the user to click through. However, the way it's currently implemented, changing my tab template variable just re-renders the entire page, which of course interrupts the video.
Any way you're aware of that I can re-render only my tab area, with partials or something like this? Otherwise I guess I'll just have to always render all tabs and then show/hide using Javascript. :/
Thanks for any help.
The text was updated successfully, but these errors were encountered: