Compiler for OpenComponents templates using SolidJS. Version 4.0.0 compiles components of type 'oc-template-solid'. Part of the OpenComponents ecosystem, it enables server-side rendering and client-side hydration of SolidJS components within the OC micro-frontend framework. Bundles SolidJS components for OC registries, supporting TypeScript types. Release cadence follows the vite-templates monorepo.
npm install oc-template-solid-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compiles a SolidJS component source string into an OC-compatible component using the compile function.
Update compile call to include template object.
Use compiled component from compile function.
Ensure 'import { createSignal, createEffect } from 'solid-js'' is present in component source.Run: npm install solid-js
Change import to: import { compile } from 'oc-template-solid-compiler'