PettyUI/.firecrawl/kobalte-ssr.md
Mats Bosson db906fd85a Fix linting config and package fields
- Replace .eslintrc.cjs with eslint.config.mjs (ESLint 9 flat config)
  using direct eslint-plugin-solid + @typescript-eslint/parser approach
- Add @typescript-eslint/parser to root devDependencies
- Add main/module/types top-level fields to packages/core/package.json
- Add resolve.conditions to packages/core/vite.config.ts
- Create packages/core/tsconfig.test.json for test type-checking
- Remove empty paths:{} from packages/core/tsconfig.json
2026-03-29 02:35:57 +07:00

10 lines
405 B
Markdown

# Server side rendering
## Usage with SolidStart
Kobalte works out of the box with [SolidStart](https://start.solidjs.com/).
Kobalte has been tested with `solid-js@1.8.15` and `@solidjs/start@0.6.1`, compatibility with
other versions is not guaranteed.
Previous[←Polymorphism](https://kobalte.dev/docs/core/overview/polymorphism)Next[Accordion→](https://kobalte.dev/docs/core/components/accordion)