![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.
@lightspeed/cirrus
Advanced tools
Still a work in progress, don't use for now!
A package containing all available Cirrus components.
First, make sure you have been through the Getting Started steps of adding Cirrus in your application.
If using Yarn:
yarn add @lightspeed/cirrus
Or using npm:
npm i -S @lightspeed/cirrus
Import required style in your SCSS file:
@import '@lightspeed/cirrus/index.scss';
Add use any Cirrus components in your project:
import React from 'react';
import tokens from '@lightspeed/cirrus-tokens';
import { Button } from '@lightspeed/cirrus';
const styles = {
padding: tokens.spacing.scale['spacing-2'],
};
const MyComponent = (props) =>
<div style={styles}>
<Button>My Button</Button>
</div>;
export default MyComponent;
Import required style in your SCSS file:
@import '@lightspeed/cirrus/index.scss';
Add classes to your HTML elements for available Components:
<div class="cr-p-2">
<button type="button" class="cr-button">My Button</button>
</div>
FAQs
Cirrus, all inclusive
The npm package @lightspeed/cirrus receives a total of 11 weekly downloads. As such, @lightspeed/cirrus popularity was classified as not popular.
We found that @lightspeed/cirrus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 open source maintainers 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.