{"id":15967652,"url":"https://github.com/bouraqadi/webst","last_synced_at":"2026-03-04T11:03:09.379Z","repository":{"id":236577020,"uuid":"792891144","full_name":"bouraqadi/WebST","owner":"bouraqadi","description":"Web Components with Smalltalk","archived":false,"fork":false,"pushed_at":"2024-05-28T09:54:36.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"pharo11","last_synced_at":"2024-05-29T01:19:59.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/bouraqadi.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":"2024-04-27T20:59:26.000Z","updated_at":"2024-06-07T17:18:28.505Z","dependencies_parsed_at":"2024-05-28T12:22:58.401Z","dependency_job_id":null,"html_url":"https://github.com/bouraqadi/WebST","commit_stats":null,"previous_names":["bouraqadi/webst"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bouraqadi%2FWebST","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bouraqadi%2FWebST/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bouraqadi%2FWebST/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bouraqadi%2FWebST/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bouraqadi","download_url":"https://codeload.github.com/bouraqadi/WebST/tar.gz/refs/heads/pharo11","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240907207,"owners_count":19876685,"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-07T18:40:38.029Z","updated_at":"2026-03-04T11:03:09.325Z","avatar_url":"https://github.com/bouraqadi.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebST = Web Components with Smalltalk\n\u003cimg align=\"left\" src=\"Images/webST-logo717x784.png\" width=\"100px\"\u003e\n\nWebST is a framework for building [Web Components](https://www.webcomponents.org/) using [PharoJS](https://github.com/PharoJS/PharoJS). \nEach web component can be used via a custom HTML tag (e.g. `\u003cws-counter\u003e`). When you use a custom tag in your HTML code, the web browser creates a DOM object that is an instance of a component class which defines the appearance and the behavior provided by the developer.\n\nComponent classes are subclasses of `WsComponent`. A component class defines the behavior of web components.\nThe look, i.e. HTML, is defined using a subclass to `WsView` referenced in a component class side method `viewClass`.\n\nIn most WebST examples, component classes are defined as subclasses of `WsMvcComponent`. \nThey override class side method `modelClass`.\nAs suggested by its name, this method answers the class of the model used by the component.\n\n## Install\n\nTo install any of the projects below evaluate the following expression in a Playground, where `PROJECT_NAME` is replaced by the project you want to install.\n```Smalltalk\nMetacello new\n  baseline: 'WebST';\n  repository: 'github://bouraqadi/WebST:pharoXX';\n  load\n ```\nWhere XX is your Pharo image version number. Each supported Pharo version has a dedicated branch.\n\n\n## Talk at the ESUG International Conference, Lille, France, July 2024\n\u003cp align=\"center\"\u003e\u003ca href=\"https://nootrix.com/tutorials/webst-web-components-with-smalltalk-esug-2024-in-lille-france/\"\u003e\u003cimg align=\"center\" src=\"Images/webSt-pharo-htmlCsJs-w1000.jpg\" width=\"400px\"\u003e\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbouraqadi%2Fwebst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbouraqadi%2Fwebst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbouraqadi%2Fwebst/lists"}