{"id":13447931,"url":"https://github.com/saposs-org/zuckerjs","last_synced_at":"2025-03-22T01:31:37.928Z","repository":{"id":218303155,"uuid":"190638705","full_name":"saposs-org/zuckerjs","owner":"saposs-org","description":"A simple Javascript library to build any SPA(Single Page Application) web application in a new way(component-based architecture + all uncoupled components).","archived":true,"fork":false,"pushed_at":"2019-06-12T23:39:44.000Z","size":30,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-28T13:11:32.737Z","etag":null,"topics":["architecture","component","component-architecture","component-based","css","html","javascript","js","js-library","library","pattern","single-page-app","single-page-application","spa"],"latest_commit_sha":null,"homepage":"http://zuckerjs.saposs.com","language":"JavaScript","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/saposs-org.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":"2019-06-06T19:33:50.000Z","updated_at":"2024-04-28T15:04:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b01cc4a-448e-4eeb-913c-58315e1d51b4","html_url":"https://github.com/saposs-org/zuckerjs","commit_stats":null,"previous_names":["saposs-org/zuckerjs"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saposs-org%2Fzuckerjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saposs-org%2Fzuckerjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saposs-org%2Fzuckerjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saposs-org%2Fzuckerjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saposs-org","download_url":"https://codeload.github.com/saposs-org/zuckerjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244893467,"owners_count":20527600,"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":["architecture","component","component-architecture","component-based","css","html","javascript","js","js-library","library","pattern","single-page-app","single-page-application","spa"],"created_at":"2024-07-31T05:01:30.678Z","updated_at":"2025-03-22T01:31:37.923Z","avatar_url":"https://github.com/saposs-org.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# ZuckerJS - A new way to build SPA web application.\n\n\u003cp align=\"justify\"\u003e\nZuckerJS is a simple JavaScript library which was given birth to assist any web developer to build any SPA web application by component-oriented architecture(uncoupled components: view, handler and service). It's free, fast, efficient and no required dependencies.\n\u003c/p\u003e\n\n\u003cp align=\"justify\"\u003e\nBasically, ZuckerJS relies on some configurations from you to specify what components will be loaded. All of them will be loaded into memory. When user requests a page, ZuckerJS will get location's hash of current window to specify what page will be loaded(in theory). In practice, all components, that have that same route/hash, will be executed to render page dynamically.\n\nZuckerJS's concept:\n\u003e Hiding the complexity and creating SPA web application by writing or reusing uncoupled components(view, handler and service components) which ZuckerJS loads based upon developer-defined configurations. It will render web page based on user's requests.\n\nNOTE: this term \"component-oriented architecture\" can be understood as a set of all uncoupled components to form an application.\n\u003c/p\u003e\n\n## Install and Usage\n\nIt's simple to install and use ZuckerJS, only in 3 following steps:\n\n- Download ZuckerJS library \"zucker.min.js\" from source.\n- Include it at the end of body tag.\n- Configure ZuckerJS for application:\n\n``` html\n    \u003cscript\u003e\n        window.zucker.config([YOUR_COMPONENT_LIST_HERE]).execute();\n    \u003c/script\u003e\n```\n\nSee more details on WIKI [here](https://github.com/saposs-org/zuckerjs/wiki).\n\n## Samples\n\nYou can find two samples from source: simple and todo(played with AngularJS).\n\n## Benefits\n\n- Simple, fast and efficient.\n- Component-oriented architecture(**all uncoupled components**).\n- SPA + cache.\n- Multiple layouts.\n- Easy to test.\n- Replace any component easily.\n- Mark version easily.\n\nIf you want some of them, ZuckerJS will be a right decision for you to work on.\n\n## Play with third-party libraries\n\nZuckerJS can play with all third-party libraries well. Some of them are:\n\n- jQuery.\n- AngularJS.\n- VueJS.\n- EmberJS.\n- KnockoutJS.\n\nand so on.\n\n## Browser Compatibility\n\n- Google Chrome.\n- Firefox.\n- Edge \u0026 Edge Dev.\n- Opera.\n- Safari.\n- IE 8+.\n\n## Contributing\n\nWe're very glad to receive any contribution from you to make ZuckerJS better.\n\nWe appreciate your help!\n\n## Copyright \u0026 License\n\n\u0026copy;Copyright 2019 by Saposs - MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaposs-org%2Fzuckerjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaposs-org%2Fzuckerjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaposs-org%2Fzuckerjs/lists"}