文件名称:svelte-another-todo-thingy:with使用陈词滥调的Todo应用程序探索Svelte商店和环境
文件大小:23KB
文件格式:ZIP
更新时间:2024-04-30 15:36:28
store svelte context sveltejs Svelte
Te Doen 只需使用陈词滥调的Todo应用程序探索Svelte,商店和环境。 发现 商店很棒,这样一种有用/强大的状态管理即用型方法 为上下文指定键的需要感觉太过分了,感觉像是Card.svelte(Svelte)自己可以完成的 过渡/动画是Svelte随附的不错的功能,但是仍然遇到一个问题。 if / else块中的过渡具有(逻辑)有害行为 animate应该直接在每个块中使用,否则您将得到: An element that uses the animate directive must be the immediate child of a keyed each blocksvelte(invalid-animation)因此,目前无法将这些动画放入Svelte组件中。 因此,您必须直接在父组件内部编写Svelte“组件”。 或将其移动到Svelte组件,并在每个块内将其与本
【文件预览】:
svelte-another-todo-thingy-main
----.gitignore(42B)
----package.json(540B)
----src()
--------assets()
--------main.ts(101B)
--------lib()
--------global.d.ts(71B)
--------App.svelte(231B)
--------types.ts(157B)
----public()
--------favicon.ico(1KB)
----tsconfig.json(1KB)
----vite.config.js(172B)
----README.md(1KB)
----index.html(580B)
----index.css(2KB)
----svelte.config.cjs(214B)
----.prettierrc(115B)
----yarn.lock(12KB)