{"id":27078976,"url":"https://github.com/netlogix/stencil-hydrate-server","last_synced_at":"2025-06-15T09:33:57.534Z","repository":{"id":171033181,"uuid":"627811814","full_name":"netlogix/stencil-hydrate-server","owner":"netlogix","description":"Stencil output target to generate server for hydrating components","archived":false,"fork":false,"pushed_at":"2024-09-26T06:23:56.000Z","size":443,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-07T04:34:11.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netlogix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-14T08:53:14.000Z","updated_at":"2024-09-25T14:18:01.000Z","dependencies_parsed_at":"2024-02-08T08:30:40.682Z","dependency_job_id":"cd2ae047-7d50-4916-8993-daed2b8ed173","html_url":"https://github.com/netlogix/stencil-hydrate-server","commit_stats":null,"previous_names":["netlogix/stencil-hydrate-server"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/netlogix/stencil-hydrate-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2Fstencil-hydrate-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2Fstencil-hydrate-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2Fstencil-hydrate-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2Fstencil-hydrate-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlogix","download_url":"https://codeload.github.com/netlogix/stencil-hydrate-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2Fstencil-hydrate-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259952319,"owners_count":22936940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-06T01:20:14.598Z","updated_at":"2025-06-15T09:33:57.502Z","avatar_url":"https://github.com/netlogix.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @netlogix/stencil-hydrate-server\n\nA Stencil output target to generate server for hydrating components.\n\n## Usage\n\nTo use this output target, add it to your `stencil.config.ts`:\n\n```typescript\nimport { Config } from '@stencil/core';\nimport { hydrateServerOutputTarget } from '@netlogix/stencil-hydrate-server';\n\nexport const config: Config = {\n  // ...  \n  outputTargets: [\n    // ... other output targets\n    {\n      type: 'dist-hydrate-script',\n      dir: 'dist/hydrate',\n    },  \n    hydrateServerOutputTarget({\n      dir: 'dist/hydrate-server',\n    }),\n  ],\n  // ...  \n};\n```\n\nThis will generate server code for hydrating your Stencil components. You can then use the generated code to render your components on the server and send the HTML to the client for faster page load times.\n\nFor more information on how to use Stencil output targets, please refer to the [Stencil documentation](https://stenciljs.com/docs/output-targets).\n\n## License\nThis package is licensed under the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlogix%2Fstencil-hydrate-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlogix%2Fstencil-hydrate-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlogix%2Fstencil-hydrate-server/lists"}