bankai icon indicating copy to clipboard operation
bankai copied to clipboard

experimental prefetch help

Open talon opened this issue 5 years ago • 0 comments

🔦 question?

I am not quite sure how the prefetch works. I think I set it up correctly based on the example in ./ssr/choo.js. I also linked a modified version of bankai to inspect the code and the prefetch runs but setting this.local doesn't work as expected?

Expected Behavior

prefetch should run on SSR and the component should update based on what's .pushed

Current Behavior

The prefetch runs but the my component doesn't apply the state?

Code Sample

https://github.com/talon/talon.computer/blob/master/components/timeline.js

talon avatar Jul 19 '19 17:07 talon