Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有波尔卡的苗条/工兵。在加载任何页面之前,我有一些初始值要从 Web 服务中获取并存储在会话中。最好的推荐方法是什么。
我尝试在根目录中的 _layout 中执行此操作。但是由于获取是异步的,因此在第一页加载时值不可用。
您的布局组件可以使用preload:https ://sapper.svelte.dev/docs#Preloading
preload