{"id":13400950,"url":"https://github.com/duncanbeevers/jade-react","last_synced_at":"2025-03-14T06:32:02.312Z","repository":{"id":13554509,"uuid":"16246629","full_name":"duncanbeevers/jade-react","owner":"duncanbeevers","description":"Compile Jade templates to React.DOM expressions","archived":false,"fork":false,"pushed_at":"2014-02-16T20:29:34.000Z","size":296,"stargazers_count":152,"open_issues_count":1,"forks_count":9,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-07-31T19:27:40.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","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/duncanbeevers.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}},"created_at":"2014-01-26T04:34:35.000Z","updated_at":"2023-03-08T03:17:51.000Z","dependencies_parsed_at":"2022-09-04T11:42:44.727Z","dependency_job_id":null,"html_url":"https://github.com/duncanbeevers/jade-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncanbeevers%2Fjade-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncanbeevers%2Fjade-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncanbeevers%2Fjade-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncanbeevers%2Fjade-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duncanbeevers","download_url":"https://codeload.github.com/duncanbeevers/jade-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243538002,"owners_count":20307099,"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":"2024-07-30T19:00:57.217Z","updated_at":"2025-03-14T06:32:02.305Z","avatar_url":"https://github.com/duncanbeevers.png","language":"CoffeeScript","readme":"# jade-react\n\nCompile Jade templates to React de-sugared JSX.\n\n```jade\n.container-fluid.readme\n  .row\n    h1= this.storeName\n    ul\n    each product in this.products\n      li\n        | Product\n        = product.title\n```\n\ninto\n\n```javascript\nfunction () {\n  function map (obj, fn) {\n    if ('number' === typeof obj.length) return obj.map(fn);\n    var result = [], key, hasProp = {}.hasOwnProperty;\n    for (key in obj) hasProp.call(obj, key) \u0026\u0026 result.push(fn(key, obj[key]));\n    return result;\n  }\n\n  return React.DOM.div({\n    \"className\": \"container-fluid readme\"\n  },\n    React.DOM.div({\n      \"className\": \"row\"\n    },\n      React.DOM.h1(null,\n        this.storeName\n      ),\n      React.DOM.ul(null),\n        map(this.products, function (product, $index) {\n          return React.DOM.li(null,\n            \"Product\",\n            product.title\n          );\n        }\n      )\n    )\n  );\n}\n```\n","funding_links":[],"categories":["Uncategorized","Awesome React","React [🔝](#readme)"],"sub_categories":["Uncategorized","Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduncanbeevers%2Fjade-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduncanbeevers%2Fjade-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduncanbeevers%2Fjade-react/lists"}