{"id":23132086,"url":"https://github.com/natserract/cdd-react","last_synced_at":"2026-04-16T10:35:37.384Z","repository":{"id":120760555,"uuid":"473794310","full_name":"natserract/cdd-react","owner":"natserract","description":"Component-Driven Development (CDD) in React. Think scalable, robust, good performance and type safe components","archived":false,"fork":false,"pushed_at":"2022-03-29T01:54:34.000Z","size":1215,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T07:34:21.186Z","etag":null,"topics":["cdd","methodology","react"],"latest_commit_sha":null,"homepage":"https://cdd-react.vercel.app/","language":"TypeScript","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/natserract.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":"2022-03-24T22:36:26.000Z","updated_at":"2024-12-04T15:35:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"08994b4d-e675-4c84-bc74-a45c24792379","html_url":"https://github.com/natserract/cdd-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/natserract/cdd-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natserract%2Fcdd-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natserract%2Fcdd-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natserract%2Fcdd-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natserract%2Fcdd-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natserract","download_url":"https://codeload.github.com/natserract/cdd-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natserract%2Fcdd-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cdd","methodology","react"],"created_at":"2024-12-17T11:17:00.421Z","updated_at":"2026-04-16T10:35:37.376Z","avatar_url":"https://github.com/natserract.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CDD (Component Driven Development) in React\nComponent-Driven Development (CDD) is a development methodology that anchors the build process around components. It is a process that builds UIs from the “bottom up” by starting at the level of components and ending at the level of pages or screens.\n\nAdditionally, component-driven approach encourages design and development of components independently from the application's code. This leads to a better software architecture and can speed up the development process significantly due to a much shorter feedback loop. It encourages developers write reusable, modular components, and document them before even using in the application. \n\n![image](./cover.png)\n\n## Components\n- **[Stepper](src/components/Stepper)**, convey progress through numbered steps. It provides a wizard-like workflow.\n- **[Step Icon](src/components/StepIcon)**, component support for Stepper, displayed any icon element\n- **[Step Label](src/components/StepLabel/)**, component support for Stepper displayed text\n- **[Input](src/components/InputBase/)**, component base for `\u003cinput /\u003e` element, integrated with react hook form `controller`\n- **[Text Field](src/components/TextField/)**, let users enter and edit text\n- **[Typography](src/components/Typography/)**, use typography to present your design and content as clearly and efficiently as possible\n- **[Button](src/components/Button/)**, allow users to take actions, and make choices, with a single tap\n- **[Checkbox](src/components/Checkbox/)**, allow the user to select one or more items from a set\n- **[Grid](src/components/Grid/)**, responsive layout grid adapts to screen size and orientation, ensuring consistency across layouts\n- **[Widget](src/components/Widget/)**, component serves as a wrapper component for most of the CSS utility needs\n\n## Goals\nOne of the most important aspects for many businesses is scalability and maintainability.  Therefore, I made an approach using the CDD technique to create a React application that is modular, scalable, and easy-to-use.\n\n## Libs\n- [Styled Components](https://styled-components.com/)\n- [React Hook Form](https://react-hook-form.com/)\n- [useForkRef](https://react-hooks.org/docs/useForkRef)\n\n## Roadmaps\nAnalyze what's needed -\u003e Build UI Components -\u003e Create Real Apps -\u003e Deploy\n\n## References\n- [https://www.component-driven.dev/](https://www.component-driven.dev/)\n- [https://mui.com/](https://mui.com/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatserract%2Fcdd-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatserract%2Fcdd-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatserract%2Fcdd-react/lists"}