© 2026 Hedgehog Software, LLC
const [pools, setPools] = createStore<Pool[]>([])
<Column class="px-2"> <Row> <For each={pools}>{(p, i) => <PoolView index={i()} />}</For> <CreatePoolViewButton index={pools.length} /> </Row> </Column>
pools.length
Join the Discord to ask follow-up questions and connect with the community
Solid is a declarative reactive Javascript library for creating user interfaces.
12,260 Members