Solid
  • Core
  • Router
  • SolidStart
  • Meta
  • Basic reactivity
    • createEffect
    • createMemo
    • createResource
    • createSignal
  • Component APIs
    • children
    • createContext
    • createUniqueId
    • lazy
    • useContext
  • Components
    • <Dynamic>
    • <ErrorBoundary>
    • <For>
    • <Index>
    • <NoHydration>
    • <Portal>
    • <Show>
    • <Suspense>
    • <SuspenseList>
    • <Switch> / <Match>
  • JSX attributes
    • @once
    • attr:*
    • bool:*
    • classList
    • innerHTML
    • on:*
    • on*
    • prop:*
    • ref
    • style
    • textContent
    • use:*
  • Lifecycle
    • onCleanup
    • onMount
  • Reactive utilities