{"id":20181774,"url":"https://github.com/nichoth/vdom-curry","last_synced_at":"2026-02-27T19:41:30.245Z","repository":{"id":57391212,"uuid":"49522453","full_name":"nichoth/vdom-curry","owner":"nichoth","description":"Partially apply an idiomatic mercury component","archived":false,"fork":false,"pushed_at":"2016-01-12T19:05:01.000Z","size":1,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T06:36:53.929Z","etag":null,"topics":[],"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/nichoth.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":"2016-01-12T19:04:52.000Z","updated_at":"2016-11-28T05:59:53.000Z","dependencies_parsed_at":"2022-09-18T05:11:27.945Z","dependency_job_id":null,"html_url":"https://github.com/nichoth/vdom-curry","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/nichoth%2Fvdom-curry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nichoth%2Fvdom-curry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nichoth%2Fvdom-curry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nichoth%2Fvdom-curry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nichoth","download_url":"https://codeload.github.com/nichoth/vdom-curry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241616697,"owners_count":19991543,"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-11-14T02:36:42.108Z","updated_at":"2026-02-27T19:41:25.225Z","avatar_url":"https://github.com/nichoth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vdom curry\n\nCurry a vdom component.\n\n\n## install\n\n    $ npm install vdom-curry\n\n\n## example\n\n```js\nvar curry = require('vdom-curry');\nvar curried = curry(MyComponent, { value: 'example' });\nvar moreCurry = curry(curried, { valueTwo: 'example two' });\nvar state = moreCurry();\nmoreCurry.render(state);  // same as MyComponent.render(state)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnichoth%2Fvdom-curry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnichoth%2Fvdom-curry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnichoth%2Fvdom-curry/lists"}