{"id":17624820,"url":"https://github.com/geovanisouza92/poor-man-jsx","last_synced_at":"2026-05-14T20:04:59.907Z","repository":{"id":145443528,"uuid":"111908918","full_name":"geovanisouza92/poor-man-jsx","owner":"geovanisouza92","description":"Poor man implementation to understand how JSX works","archived":false,"fork":false,"pushed_at":"2017-12-07T13:17:56.000Z","size":42,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-11T09:14:34.993Z","etag":null,"topics":["example-code","jsx"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geovanisouza92.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-11-24T11:01:58.000Z","updated_at":"2017-12-06T23:44:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"93c8cc0b-54b0-4d7e-9e1f-c54944569fd3","html_url":"https://github.com/geovanisouza92/poor-man-jsx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/geovanisouza92/poor-man-jsx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovanisouza92%2Fpoor-man-jsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovanisouza92%2Fpoor-man-jsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovanisouza92%2Fpoor-man-jsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovanisouza92%2Fpoor-man-jsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geovanisouza92","download_url":"https://codeload.github.com/geovanisouza92/poor-man-jsx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovanisouza92%2Fpoor-man-jsx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33041227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["example-code","jsx"],"created_at":"2024-10-22T22:05:56.086Z","updated_at":"2026-05-14T20:04:59.871Z","avatar_url":"https://github.com/geovanisouza92.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# poor man JSX implementation\n\nHere I wrote a simple JSX elements implementation, that create elements from HTML markup and render them into raw HTML and simple DOM elements (without support for event listeners... yet).\n\nJSX serves as a _template-free_ template language, that is resolved at compile time (using Babel, e.g.) and runs inside pure JavaScript.\n\nTake a look at `src` files, especially [createElement.js](src/createElement.js) that has an explanation how JSX syntax is converted to function calls, and then elements representation (plain objects). Then, that elements are used by \"renderers\" ([renderToText.js](src/renderToText.js) and [renderToDOM.js](src/renderToDOM.js)) as an interchangeable format.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeovanisouza92%2Fpoor-man-jsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeovanisouza92%2Fpoor-man-jsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeovanisouza92%2Fpoor-man-jsx/lists"}