{"id":21811512,"url":"https://github.com/dnbard/react-tutorial","last_synced_at":"2025-10-25T11:02:48.693Z","repository":{"id":69792483,"uuid":"57959043","full_name":"dnbard/react-tutorial","owner":"dnbard","description":"Examples for React course in GlobalLogic Ukraine","archived":false,"fork":false,"pushed_at":"2017-05-15T07:37:22.000Z","size":163,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T09:15:15.087Z","etag":null,"topics":["guide","gulp","mocha","react","react-router","redux","tutorial"],"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/dnbard.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":"2016-05-03T09:52:45.000Z","updated_at":"2018-04-27T08:26:26.000Z","dependencies_parsed_at":"2023-05-25T19:17:39.312Z","dependency_job_id":null,"html_url":"https://github.com/dnbard/react-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dnbard/react-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnbard%2Freact-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnbard%2Freact-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnbard%2Freact-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnbard%2Freact-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnbard","download_url":"https://codeload.github.com/dnbard/react-tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnbard%2Freact-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280943396,"owners_count":26417747,"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-25T02:00:06.499Z","response_time":81,"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":["guide","gulp","mocha","react","react-router","redux","tutorial"],"created_at":"2024-11-27T13:45:15.215Z","updated_at":"2025-10-25T11:02:48.659Z","avatar_url":"https://github.com/dnbard.png","language":"JavaScript","readme":"# React Overview (GlobalLogic Ukraine)\n\n![react-complexity](http://content.screencast.com/users/dnbard/folders/Jing/media/037762b9-771a-43c6-896b-623787ced4af/2016-08-03_1119.png)\n\n1. [Introduction to React](https://github.com/dnbard/react-tutorial/tree/master/1-introduction)  \n\n - Simple example\n - [Introduction to JSX](https://github.com/dnbard/react-tutorial/blob/master/jsx.md)\n\n2. [Getting Started](https://github.com/dnbard/react-tutorial/tree/master/2-getting-started)  \n\n - Getting started with Webpack\n - Babel JSX + ES6 code transformation in real-life example\n - [React Starter Kit](https://github.com/kriasoft/react-starter-kit)\n - [Create React App](https://github.com/facebookincubator/create-react-app)\n - Inline styles\n\n3. [Gulp + Mocha integration](https://github.com/dnbard/react-tutorial/tree/master/3-gulp%2Bmocha)\n\n4. [Component lifetime cycle](https://github.com/dnbard/react-tutorial/tree/master/4-component-lifecycle)\n\n5. [Components](https://github.com/dnbard/react-tutorial/tree/master/5-components)\n\n - Properties and state\n - Property validation\n - Data-binding\n \n6. [Component testing](https://github.com/dnbard/react-tutorial/tree/master/6-component-testing)\n \n - [Examples](https://github.com/dnbard/react-tutorial/blob/master/6-component-testing/examples.md)\n\n7. [Cross-component communication](https://github.com/dnbard/react-tutorial/tree/master/7-cross-component-communication)\n\n - Properties\n - Events\n - Handlers\n\n8. [Animation](https://github.com/dnbard/react-tutorial/tree/master/8-animation)\n\n9. [React Router](https://github.com/dnbard/react-tutorial/tree/master/9-react-router)\n\n10. [Context](https://github.com/dnbard/react-tutorial/blob/master/10-context.md)\n\n11. [Flux](https://github.com/dnbard/react-tutorial/blob/master/11-flux.md)\n\n12. [Redux](https://github.com/dnbard/react-tutorial/blob/master/12-redux/readme.md)\n\n - [Introduction](https://github.com/dnbard/react-tutorial/tree/master/12-redux#about)\n - [Creating an action](https://github.com/dnbard/react-tutorial/tree/master/12-redux#creating-an-action)\n - [Creating a reducer](https://github.com/dnbard/react-tutorial/tree/master/12-redux#creating-a-reducer)\n - [Creating a root reducer](https://github.com/dnbard/react-tutorial/tree/master/12-redux#creating-a-root-reducer)\n - [Creating a store](https://github.com/dnbard/react-tutorial/tree/master/12-redux#creating-a-store)\n - [Dispatching first message](https://github.com/dnbard/react-tutorial/tree/master/12-redux#dispatching-first-message)\n - [Link component to the store](https://github.com/dnbard/react-tutorial/tree/master/12-redux#link-component-to-the-store)\n - [Async actions](https://github.com/dnbard/react-tutorial/tree/master/12-redux#async-actions)\n - [Logger](https://github.com/dnbard/react-tutorial/tree/master/12-redux#logger)\n\n13. Tips\n\n  - [Style Guide](https://github.com/airbnb/javascript/tree/master/react)\n  - [DOM Differences](https://facebook.github.io/react/docs/dom-differences.html)\n\n\n## Installation\n\nYou should have `NodeJS` version \u003e=4 \u0026 \u003c6\nDon't forget to run `npm install` in every folder before running the examples.\n\n## How to run examples\n\nUsually it is enough to run `npm start` to run the example. First example doesn't use `npm` so just open `index.html` in this case.\n\n## Additional console commands\n\n* `gulp` - default command to start development server with debug version of application; usually an alias to `npm start`\n* `gulp script:test` - run tests once\n* `gulp build` - build production version of application; an alias to `npm run build`","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnbard%2Freact-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnbard%2Freact-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnbard%2Freact-tutorial/lists"}