{"id":17892297,"url":"https://github.com/bramirez96/html-webpack-no-react","last_synced_at":"2025-09-03T21:38:21.453Z","repository":{"id":77067921,"uuid":"396511392","full_name":"bramirez96/html-webpack-no-react","owner":"bramirez96","description":"A template the allows persisting state in a functional programming environment, and a state-driven rendering like React, but with lower overhead and specifically defined \"hook\" subscriptions. Also includes a custom webpack setup that allows for some really clean project architecture and reduced bundle size.","archived":false,"fork":false,"pushed_at":"2021-08-15T22:06:07.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T17:41:36.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/bramirez96.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-15T22:05:28.000Z","updated_at":"2021-09-22T17:42:51.000Z","dependencies_parsed_at":"2024-02-18T16:45:34.563Z","dependency_job_id":null,"html_url":"https://github.com/bramirez96/html-webpack-no-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramirez96%2Fhtml-webpack-no-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramirez96%2Fhtml-webpack-no-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramirez96%2Fhtml-webpack-no-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramirez96%2Fhtml-webpack-no-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bramirez96","download_url":"https://codeload.github.com/bramirez96/html-webpack-no-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246933356,"owners_count":20857052,"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-28T14:34:52.057Z","updated_at":"2025-04-03T03:40:42.971Z","avatar_url":"https://github.com/bramirez96.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nA quick overview of all of the different `babel` and `webpack` extensions this project uses.\n\n- webpack: bundles our code\n- babel: allows us to use modern javascript\n- babel/preset-env: tells us which browsers to target when compiling\n- babel/polyfill: polyfills features to support browsers that don't support them\n- babel-loader: lets us use babel and webpack\n- core-js@3: polyfill of the standard js library that provides the latest ecmascript support\n- @babel/plugin-syntax-dynamic-import: dynamic importing/lazy loading\n\nNOTE: the polyfills are dependencies, NOT dev dependencies, as they are required in the bundle!\n\n## Styling\n\n- style-loader: adds CSS to the dom by injecting a style tag that's cool\n- css-loader: resolves imports in css\n- node-sass: technical garbage\n- sass-loader: loads sass and compiles into css\n- postcss-loader: adds PostCSS to webpack\n- postcss-preset-env: polyfills modern css for older browsers\n- css-nano: minifies css in bundle\n\n## More\n\n- clean-webpack-plugin: removes build folder before building again\n- file-loader: resolves imports/requires into urls in outdir and emits file (COOL)\n- html-loader: resolves src paths as module requires? fixes images maybe?\n- mini-css-extract-plugin: splits css into separate files\n- terser-webpack-plugin: minify js\n- optimize-css-assets-webpack-plugin: optimize/minify css when building\n- purgecss-webpack-plugin: removes unused css\n- compression-webpack-plugin: compresses assets with Content=Encoding: gz\n- brotli-webpack-plugin: compresses assets to serve with Content-Encodign: br\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramirez96%2Fhtml-webpack-no-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbramirez96%2Fhtml-webpack-no-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramirez96%2Fhtml-webpack-no-react/lists"}