{"id":17772605,"url":"https://github.com/jamesplease/zero-boilerplate-redux","last_synced_at":"2025-10-12T08:38:21.092Z","repository":{"id":66133962,"uuid":"96044430","full_name":"jamesplease/zero-boilerplate-redux","owner":"jamesplease","description":"An example real-world Redux CRUD application with no boilerplate","archived":false,"fork":false,"pushed_at":"2019-04-05T17:05:41.000Z","size":235,"stargazers_count":18,"open_issues_count":4,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-18T18:00:46.420Z","etag":null,"topics":["redux","redux-resource"],"latest_commit_sha":null,"homepage":"","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/jamesplease.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-07-02T19:26:38.000Z","updated_at":"2022-11-23T02:22:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"65154168-68b2-497b-a6d8-f3e083ba5f80","html_url":"https://github.com/jamesplease/zero-boilerplate-redux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jamesplease/zero-boilerplate-redux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesplease%2Fzero-boilerplate-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesplease%2Fzero-boilerplate-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesplease%2Fzero-boilerplate-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesplease%2Fzero-boilerplate-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesplease","download_url":"https://codeload.github.com/jamesplease/zero-boilerplate-redux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesplease%2Fzero-boilerplate-redux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010793,"owners_count":26084807,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["redux","redux-resource"],"created_at":"2024-10-26T21:39:59.461Z","updated_at":"2025-10-12T08:38:21.077Z","avatar_url":"https://github.com/jamesplease.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zero Boilerplate Redux\n\nA common criticism of Redux is that it requires writing a lot of boilerplate.\nThis is an application that is meant to show a sophisticated CRUD webapp built\nwith React that is built using nearly zero Redux boilerplate.\n\n### Technologies used\n\n* [Create React App](https://github.com/facebookincubator/create-react-app) for\n  scaffolding\n* [React Router](https://github.com/ReactTraining/react-router) for routing\n* [Redux Resource](https://github.com/jmeas/redux-resource/) for managing\n  resource data\n\n### Prequisites\n\n* Node v8+\n* npm v5+\n\n\u003e Note: This project should also work on earlier versions of Node and npm. It just hasn't\n\u003e been tested.\n\n### Installation\n\nMake sure you have the prequisite technologies listed above. Then, clone this repository.\n\n`git clone git@github.com:jmeas/zero-boilerplate-redux.git`\n\nNavigate into the repository, and install the dependencies using [npm](https://www.npmjs.com/).\n\n`npm install`\n\nThis project is a real CRUD application that operates on your GitHub Gists. Therefore,\nyou will need to supply credentials to access your GitHub Gists in the form of a\n[GitHub Personal Access Token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/).\n\nFollow those instructions, then create the file `./src/personal-access-token.json`. It should have the following\ncontents:\n\n```json\n{\n  \"username\": \"YOUR_GITHUB_USERNAME\",\n  \"token\": \"YOUR_ACCESS_TOKEN\"\n}\n```\n\nFor instance, mine looks something like the following:\n\n```json\n{\n  \"username\": \"jamesplease\",\n  \"token\": \"12345\"\n}\n```\n\nAlright, that's it – you're ready to start the app now! Run `npm start` to start the application, then navigate to\n`http://localhost:3000/` in your browser.\n\n### Forms\n\nIf you're building a CRUD application, you likely need to work with a lot of\nforms. For simplicity's sake, this project doesn't use a forms library.\n\nTwo forms libraries that are worth looking into are:\n\n* [react-redux-form](https://davidkpiano.github.io/react-redux-form/docs.html)\n* [redux-form](https://github.com/erikras/redux-form)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesplease%2Fzero-boilerplate-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesplease%2Fzero-boilerplate-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesplease%2Fzero-boilerplate-redux/lists"}