Preact 粒子
Preact Particles
我正在为使用 tsParticles 库创建一个 Preact 组件,但没有出现。
我正在移植 React project 但可能有些地方不兼容。
您可以在此处签出组件:https://github.com/matteobruni/preact-particles
我是这样使用它的:
<Particles id="tsparticles" params={{
background: {
color: "#000000",
},
particles: {
number: { value: 100 },
move: { enable: true }
}
}} />
这是条件较弱的 componentShouldUpdate
方法,它不适用于 Preact。
我正在为使用 tsParticles 库创建一个 Preact 组件,但没有出现。
我正在移植 React project 但可能有些地方不兼容。
您可以在此处签出组件:https://github.com/matteobruni/preact-particles
我是这样使用它的:
<Particles id="tsparticles" params={{
background: {
color: "#000000",
},
particles: {
number: { value: 100 },
move: { enable: true }
}
}} />
这是条件较弱的 componentShouldUpdate
方法,它不适用于 Preact。