{"id":15357818,"url":"https://github.com/mefengl/code-note","last_synced_at":"2025-04-04T22:11:48.754Z","repository":{"id":164837531,"uuid":"640265682","full_name":"mefengl/code-note","owner":"mefengl","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-26T03:12:20.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T06:41:22.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/mefengl.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-05-13T14:19:17.000Z","updated_at":"2023-05-13T14:19:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"2246ede8-bfb0-4f96-b2c4-280008c6b1a2","html_url":"https://github.com/mefengl/code-note","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"0be7acb7ad3ceaf07c8b372a3e9343dd7071170e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mefengl%2Fcode-note","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mefengl%2Fcode-note/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mefengl%2Fcode-note/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mefengl%2Fcode-note/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mefengl","download_url":"https://codeload.github.com/mefengl/code-note/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256116,"owners_count":20909240,"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-10-01T12:39:08.935Z","updated_at":"2025-04-04T22:11:48.733Z","avatar_url":"https://github.com/mefengl.png","language":null,"readme":"# code-note\n\nseperate code by ui is much more easier than by logic\n\nextract component is much more easier than extract hook\n\narray + function is better than object\n\n```javascript\nconst peoples = [\n  {name: 'a', age: 1},\n  {name: 'b', age: 2},\n  {name: 'c', age: 3},\n]\n\nconst peoples = [\n  ['a', 1],\n  ['b', 2],\n  ['c', 3],\n].map(([name, age]) =\u003e ({name, age}))\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmefengl%2Fcode-note","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmefengl%2Fcode-note","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmefengl%2Fcode-note/lists"}