![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
The CLI to find the components in a design system. It also interacts with the Design System Hub from the code.
This is a simple CLI tool to detect the react components. It will soon include features to synchronize the components with the online documentation.
# for just checking the detected component
npx dshub dev --cwd <path to design system>
# for synchronizing the detected components with the online documentation
npx dshub sync --token <token> --cwd <path to design system> # check the online documentation for the token.
The output of npx dshub dev --cwd <path to design system>
will be something like this:
provider:
relativePath: examples/zero-config/src/libs
url: git@github.com:interaction-dynamics/design-system-hub.git
components:
- name: Button
path: atoms/button.tsx
description: A Button component
properties:
- name: children
type: React.ReactNode
optional: false
description: The content of the button
- name: variant
type: "'primary' | 'black' | 'basic'"
optional: false
description: ""
- name: onClick
type: () => void | Promise<void>
optional: true
description: ""
defaultValue: () => {}
- name: Input
path: atoms/input.tsx
description: ""
properties:
- name: value
type: string | number
optional: false
description: ""
- name: onChange
type: "(value: string) => void"
optional: false
description: ""
defaultValue: () => {}
- name: placeholder
type: string
optional: true
description: ""
- name: Card
path: molecules/card.tsx
description: ""
properties:
- name: title
type: React.ReactNode
optional: false
description: ""
- name: description
type: React.ReactNode
optional: false
description: ""
3 components found.
8 properties found.
2 / 11 descriptions found.
pnpm install
pnpm cli dev <path to design system>
# For example
pnpm cli dev ../../examples/zero-config/src/libs
FAQs
The CLI to find the components in a design system. It also interacts with the Design System Hub from the code.
The npm package dshub receives a total of 2 weekly downloads. As such, dshub popularity was classified as not popular.
We found that dshub demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.