{"id":16470626,"url":"https://github.com/remrkabledev/react-redux-introduction","last_synced_at":"2025-08-19T18:51:08.723Z","repository":{"id":39508560,"uuid":"192347261","full_name":"reMRKableDev/react-redux-introduction","owner":"reMRKableDev","description":"An introduction to using Redux as a state manager on a React application","archived":false,"fork":false,"pushed_at":"2024-11-17T09:20:10.000Z","size":2533,"stargazers_count":1,"open_issues_count":22,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T20:04:14.899Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/reMRKableDev.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":"2019-06-17T12:57:06.000Z","updated_at":"2023-03-09T00:35:19.000Z","dependencies_parsed_at":"2024-10-28T16:07:08.670Z","dependency_job_id":"563a8050-a657-4394-87e9-5a3bfee89d67","html_url":"https://github.com/reMRKableDev/react-redux-introduction","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Freact-redux-introduction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Freact-redux-introduction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Freact-redux-introduction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Freact-redux-introduction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reMRKableDev","download_url":"https://codeload.github.com/reMRKableDev/react-redux-introduction/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245097158,"owners_count":20560311,"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-11T12:11:21.366Z","updated_at":"2025-03-23T11:32:42.393Z","avatar_url":"https://github.com/reMRKableDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-redux-introduction\n\nAn introduction to using Redux on a React application.\nThis covers the basics of Redux strict unidirectional data flow.\n\n## Getting Started\n\nRemember that Redux is only a tool that is used to manage an application's state!\nIt isn't a compulsary tool to your React applications.\nConsider the data flow of your app before using Redux.\n\nThe 3 fundamental principles of Redux:\n\n```\n1. Single Source of Truth - the state of an application is stored in an object tree within a single store.\n2. State is Read-Only - the only way to change the state is to emit an action.\n3. Changes Are Made With Pure Functions - reducers specify how the state is transformed by actions\n```\n\nThat's pretty much it!\n\nThere aren't any big configurations needed here just be sure to run the latest versions of all the named dependencies.\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n```\naxios\nreact\nreact-dom\nreact-redux\nreact-scripts\nredux\nredux-thunk\n```\n\n### How To:\n\nTo use the app:\n\n```\n1. Fork \u0026 Clone repo.\n2. Run 'npm install' on your local repo so as to get the required dependencies.\n3. Launch application with 'npm start'.\n\n```\n\nHave fun :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremrkabledev%2Freact-redux-introduction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremrkabledev%2Freact-redux-introduction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremrkabledev%2Freact-redux-introduction/lists"}