bankai
bankai copied to clipboard
experimental prefetch help
🔦 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 .push
ed
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