{"id":16969299,"url":"https://github.com/webmasterdevlin/redux-toolkit-course","last_synced_at":"2025-04-14T17:07:52.592Z","repository":{"id":102789243,"uuid":"302473559","full_name":"webmasterdevlin/redux-toolkit-course","owner":"webmasterdevlin","description":"React TypeScipt and Redux Toolkit implementation","archived":false,"fork":false,"pushed_at":"2022-03-20T13:38:48.000Z","size":6195,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T17:07:42.429Z","etag":null,"topics":["cypress","formik","jest","material-ui","react","react-testing-library","redux","redux-toolkit","typescript","yup"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/webmasterdevlin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-10-08T22:14:34.000Z","updated_at":"2021-11-23T09:21:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8ae707b-c821-41f2-81bf-b099bd4be9a6","html_url":"https://github.com/webmasterdevlin/redux-toolkit-course","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/webmasterdevlin%2Fredux-toolkit-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Fredux-toolkit-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Fredux-toolkit-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Fredux-toolkit-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webmasterdevlin","download_url":"https://codeload.github.com/webmasterdevlin/redux-toolkit-course/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923765,"owners_count":21183953,"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":["cypress","formik","jest","material-ui","react","react-testing-library","redux","redux-toolkit","typescript","yup"],"created_at":"2024-10-14T00:24:43.452Z","updated_at":"2025-04-14T17:07:52.586Z","avatar_url":"https://github.com/webmasterdevlin.png","language":"TypeScript","readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/d63df0b1-8aaa-4ee6-98ed-127f88b488c3/deploy-status)](https://app.netlify.com/sites/loving-lumiere-cd3724/deploys)\n\n## Redux Toolkit Course\n\n```sh\n$ git clone https://github.com/webmasterdevlin/redux-toolkit-course.git\n$ cd redux-toolkit-course\n$ npm install\n$ npm run start:fullstack\n```\n\nThe React app, and the fake web service will run concurrently.\n\n![screenshot](./screenshot.png)\n\n\n### React Testing Library's best practices in writing tests\n\nhttps://kentcdodds.com/blog/common-mistakes-with-react-testing-library\n\n- always use eslint-plugin-testing-library and eslint-plugin-jest-dom\n- always use screen\n- use screen.getByRole instead of screen.getByTestId\n- use screen.queryByRole only when expecting not.toBeInTheDocument\n- use await screen.find* instead of await waitFor/wait\n- if necessary, use await waitFor instead of await wait\n- use userEvent instead of fireEvent\n- don't use userEvent inside the callback of waitFor\n\n\n### Cypress' best practices in writing tests\n\nhttps://docs.cypress.io/guides/references/best-practices.html\n\n### Application's styles\n\n- The application is using test ID instead of role when querying dom elements\n- Test IDs are simple and isolated\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmasterdevlin%2Fredux-toolkit-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebmasterdevlin%2Fredux-toolkit-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmasterdevlin%2Fredux-toolkit-course/lists"}