{"id":13660965,"url":"https://github.com/Lusito/tsx-dom","last_synced_at":"2025-04-24T23:31:09.431Z","repository":{"id":33019955,"uuid":"150008662","full_name":"Lusito/tsx-dom","owner":"Lusito","description":"Lightweight DOM Libraries","archived":false,"fork":false,"pushed_at":"2025-03-23T23:48:28.000Z","size":2292,"stargazers_count":51,"open_issues_count":9,"forks_count":18,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T19:44:30.486Z","etag":null,"topics":["async","create-element","dom","dom-manipulation","helmet","jsx","progressive-enhancement","server-side-rendering","tsx","typescript"],"latest_commit_sha":null,"homepage":"https://lusito.github.io/tsx-dom/","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/Lusito.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,"zenodo":null}},"created_at":"2018-09-23T17:33:05.000Z","updated_at":"2025-03-01T14:29:28.000Z","dependencies_parsed_at":"2024-06-07T20:49:58.798Z","dependency_job_id":"e2aeab4a-0410-4249-8c05-1f134aeed6b9","html_url":"https://github.com/Lusito/tsx-dom","commit_stats":{"total_commits":50,"total_committers":3,"mean_commits":"16.666666666666668","dds":"0.040000000000000036","last_synced_commit":"886bd4ba9204f3c9e474569bb5c5b14c4359a621"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lusito%2Ftsx-dom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lusito%2Ftsx-dom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lusito%2Ftsx-dom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lusito%2Ftsx-dom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lusito","download_url":"https://codeload.github.com/Lusito/tsx-dom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250727544,"owners_count":21477328,"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":["async","create-element","dom","dom-manipulation","helmet","jsx","progressive-enhancement","server-side-rendering","tsx","typescript"],"created_at":"2024-08-02T05:01:28.026Z","updated_at":"2025-04-24T23:31:08.738Z","avatar_url":"https://github.com/Lusito.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Lightweight DOM Libraries\n\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/Lusito/tsx-dom/blob/master/LICENSE)\n\n## Included Projects\n\n- [tsx-dom](https://lusito.github.io/tsx-dom/tsx-dom/index.html)\\\n  A simple way to use tsx syntax to create native dom elements using `document.createElement`.\n- [tsx-dom-ssr](https://lusito.github.io/tsx-dom/tsx-dom-ssr/index.html)\\\n  The same as above, but aimed at Server-Side-Rendering by allowing async data fetching.\n- [tsx-dom-types](https://lusito.github.io/tsx-dom/tsx-dom/index.html)\\\n  This project is here, so that other projects like [tsx-dom](https://lusito.github.io/tsx-dom/tsx-dom/index.html) and [tsx-dom-ssr](https://lusito.github.io/tsx-dom/tsx-dom-ssr/index.html) can use the types independently.\n- [dom-helmet](https://lusito.github.io/tsx-dom/dom-helmet/index.html)\\\n  This is a helper similar to [react-helmet](https://github.com/nfl/react-helmet).\n  It can be used on a generated DOM tree to adjust the topmost `\u003chead\u003e`, `\u003cbody\u003e` and `\u003chtml\u003e` tags.\n  This can be useful in server-side-rendering when component logic needs to adjust the `\u003chead\u003e`, `\u003cbody\u003e` or `\u003chtml\u003e` tag.\n- [scatman](https://lusito.github.io/tsx-dom/scatman/index.html)\\\n  Lightning fast navigation on pages that are mostly static. Forked off of [swup](https://github.com/swup/swup), heavily refactored and ported to TypeScript.\n\n## Demo Projects\n\n- tsx-dom-demo\\\n  A simple [To-Do list](https://lusito.github.io/tsx-dom/demo/) showing one way you might use [tsx-dom](https://lusito.github.io/tsx-dom/tsx-dom/index.html).\n- tsx-dom-ssr-demo\\\n  A more complex demo showcasing [tsx-dom-ssr](https://lusito.github.io/tsx-dom/tsx-dom-ssr/index.html) with the [Rick and Morty API](https://rickandmortyapi.com/)\n\n## Report Issues\n\nSomething not working quite as expected? Do you need a feature that has not been implemented yet? Check the [issue tracker](https://github.com/Lusito/tsx-dom/issues) and add a new one if your problem is not already listed. Please try to provide a detailed description of your problem, including the steps to reproduce it.\n\n## Contribute\n\nAwesome! If you would like to contribute with a new feature or submit a bugfix, fork this repo and send a pull request. Please, make sure all the unit tests are passing before submitting and add new ones in case you introduced new features.\n\n## License\n\ntsx-dom has been released under the [MIT](https://github.com/Lusito/tsx-dom/blob/master/LICENSE) license, meaning you\ncan use it free of charge, without strings attached in commercial and non-commercial projects. Credits are appreciated but not mandatory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLusito%2Ftsx-dom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLusito%2Ftsx-dom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLusito%2Ftsx-dom/lists"}