{"id":14990552,"url":"https://github.com/farhadg/ui-react","last_synced_at":"2025-08-19T03:04:16.382Z","repository":{"id":75516188,"uuid":"68842915","full_name":"FarhadG/ui-react","owner":"FarhadG","description":":book: U\u0026I with React — UI components for you \u0026 I","archived":false,"fork":false,"pushed_at":"2017-11-09T00:53:12.000Z","size":1535,"stargazers_count":96,"open_issues_count":0,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-22T22:43:23.159Z","etag":null,"topics":["book","components","css","css-modules","inline-styles","javascript","js","react"],"latest_commit_sha":null,"homepage":"https://leanpub.com/ui-react","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FarhadG.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-21T17:47:37.000Z","updated_at":"2024-09-09T03:13:15.000Z","dependencies_parsed_at":"2023-06-06T17:30:28.579Z","dependency_job_id":null,"html_url":"https://github.com/FarhadG/ui-react","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.30000000000000004","last_synced_commit":"04483f3a0501f99bec330febffe628f0da349651"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FarhadG/ui-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarhadG%2Fui-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarhadG%2Fui-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarhadG%2Fui-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarhadG%2Fui-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FarhadG","download_url":"https://codeload.github.com/FarhadG/ui-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarhadG%2Fui-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271092978,"owners_count":24697915,"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-08-19T02:00:09.176Z","response_time":63,"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":["book","components","css","css-modules","inline-styles","javascript","js","react"],"created_at":"2024-09-24T14:20:21.809Z","updated_at":"2025-08-19T03:04:16.356Z","avatar_url":"https://github.com/FarhadG.png","language":"JavaScript","readme":"# :book: [U\u0026I with React (book)](https://leanpub.com/ui-react)\n\nOn building modular, extendable and scalable **U**\u0026**I** — UI intended for all developers, like **you** and **I**.\n\nCopyright © 2017 [Farhad Ghayour](https://twitter.com/farhadg_com)\n\n\u003ca target=\"_blank\" href=\"https://leanpub.com/ui-react\"\u003e\n  \u003cimg width=\"350\" src=\"manuscript/images/book-cover-preview.jpg\" alt=\"U\u0026I with React Book\" /\u003e\n\u003c/a\u003e\n\n[Leanpub](https://leanpub.com/ui-react)\n\n[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-blue.svg)](LICENSE)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTIONS.md)\n\nPlease feel free to contribute to the quality of this content by submitting PRs for improvements to code snippets, explanations, etc.\n\n## About\nFrontend development has undergone a major transformation with modern frontend technologies, such as React, Angular, Vue, and so forth. This is largely due to the wide adoption of component-based architecture provided by these wildly successful technologies.\n\nThis book aims to not only guide readers from the foundational building blocks of creating well structured interfaces but also provide an exhaustive list of different philosophies for creating modular, extendable and scalable **U**\u0026**I** --- i.e. UI intended for all developers, like **you** and **I**.\n\n## Topics\nEven though the concepts in this book are taught via React, they are transferable to other frontend technologies. I chose React as our base because of simplicity, wide adoption, and undeniable power that it provides.\n\n### [Chapter 1: Introduction](https://github.com/FarhadG/ui-react/blob/master/manuscript/chapter1.md)\nExplains a brief history of web development and the rise of component-based architecture.\n\n### [Chapter 2: What is U\u0026I?](https://github.com/FarhadG/ui-react/blob/master/manuscript/chapter2.md)\nProvides an in depth view of U\u0026I and the criteria for building them.\n\n### [Chapter 3: Getting Started](https://github.com/FarhadG/ui-react/blob/master/manuscript/chapter3.md)\nOutlines some of the base technologies we'll be using and then walks us through setting up a boilerplate codebase.\n\n### [Chapter 4: Building our App](https://github.com/FarhadG/ui-react/blob/master/manuscript/chapter4.md)\nGuides us through building the foundation of our application.\n\n### [Chapter 5: Using U\u0026I Concepts](https://github.com/FarhadG/ui-react/blob/master/manuscript/chapter5.md)\nGuides us on refactoring our application using U\u0026I best practices.\n\n### [Chapter 6: Exploring CSS Preprocessors](https://github.com/FarhadG/ui-react/blob/master/manuscript/chapter6.md)\nExplains CSS preprocessors and guides us on refactoring our interface using Sass.\n\n### [Chapter 7: Exploring CSS Modules](https://github.com/FarhadG/ui-react/blob/master/manuscript/chapter7.md)\nIntroduces CSS modules and guides us on refactoring our interface using CSS modules.\n\n### [Chapter 8: Exploring Inline Styles](https://github.com/FarhadG/ui-react/blob/master/manuscript/chapter8.md)\nTakes us on a journey through inline styles and guides us on refactoring our application using this dated philosophy in a modern setting.\n\n### [Chapter 9: Adding Real Time Capabilities](https://github.com/FarhadG/ui-react/blob/master/manuscript/chapter9.md)\nIntroduces an entirely new perspective of looking at interactive interfaces and helps bring our application to life with real time capabilities.\n\n### [Chapter 10: Showcasing](https://github.com/FarhadG/ui-react/blob/master/manuscript/chapter10.md)\nGuides us on how we can build, document and showcase our components in an isolated environment.\n\n### [Chapter 11: Looking Ahead](https://github.com/FarhadG/ui-react/blob/master/manuscript/chapter11.md)\nCompares the various methodologies covered throughout this book, with a glimpse into the future of UI development.\n\n## Audience\nThis book is ideal for developers who are familiar with React and are looking for a comprehensive guide for building modular, extendable and scalable user interfaces. Even though this book is intended for intermediate to advanced React developers, anyone new to React can easily follow along given the progressive format of this book where each chapter builds on the chapters before.\n\n## Publishing\nThese books are being released here as drafts, free to read, but are also being edited, produced and published through [Leanpub](https://leanpub.com/ui-react).\n\n## Contributions\nPlease review the [guidelines](CONTRIBUTIONS.md). Any contributions you make to this effort **are greatly appreciated**.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarhadg%2Fui-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarhadg%2Fui-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarhadg%2Fui-react/lists"}