{"id":17892281,"url":"https://github.com/bramirez96/functional-state-no-react-exploration","last_synced_at":"2026-04-13T01:10:24.445Z","repository":{"id":77068081,"uuid":"387594490","full_name":"bramirez96/functional-state-no-react-exploration","owner":"bramirez96","description":"An exploration into persisting state in a functional programming environment, and how one might implement a simple state-driven rendering engine like React with low 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-06T00:19:07.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T03:41:24.027Z","etag":null,"topics":["babel","functional-programming","react","state-management","webpack"],"latest_commit_sha":null,"homepage":"","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-07-19T21:08:04.000Z","updated_at":"2021-08-15T22:01:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc62f72b-ac01-4192-a15d-84a6f81b0f66","html_url":"https://github.com/bramirez96/functional-state-no-react-exploration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bramirez96/functional-state-no-react-exploration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramirez96%2Ffunctional-state-no-react-exploration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramirez96%2Ffunctional-state-no-react-exploration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramirez96%2Ffunctional-state-no-react-exploration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramirez96%2Ffunctional-state-no-react-exploration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bramirez96","download_url":"https://codeload.github.com/bramirez96/functional-state-no-react-exploration/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramirez96%2Ffunctional-state-no-react-exploration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31735656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["babel","functional-programming","react","state-management","webpack"],"created_at":"2024-10-28T14:34:48.169Z","updated_at":"2026-04-13T01:10:24.397Z","avatar_url":"https://github.com/bramirez96.png","language":"TypeScript","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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramirez96%2Ffunctional-state-no-react-exploration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbramirez96%2Ffunctional-state-no-react-exploration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramirez96%2Ffunctional-state-no-react-exploration/lists"}