![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.
@zywave/zui-base-styles
Advanced tools
npm:
> npm i --save @zywave/zui-base-styles
yarn:
> yarn add @zywave/zui-base-styles
See the documentation site for more information.
Be sure all dependencies for the monorepo have been installed (instructions at the root CONTRIBUTING.md)
Watch
> npx gulp watch
Run
> npx gulp run
Within base.scss
and normalize.scss
you'll notice duplication of selectors specifying base styles, these selectors are chained with a class of .zui
.
h1,
h1.zui {
font-size: rem(26);
}
.zui
is currently experimental and is available as a prototype package via zui-app-styles
in the exp
branch. This will soon be available in the dev
branch after testing. .zui
was created to allow for simpler class names within our style library, and to avoid clashing styles; i.e. if a user pulls in a 3rd party stylesheet which defines .row
, but ZUI also defines .row
these classes could mix but .zui
instead removes all styles on itself first, and then adds the ZUI defined styles.
Why is .zui
in zui-base-styles
? zui-base-styles
and zui-app-styles
are not dependencies of each other, they could be used independently. Since .zui
removes all styles from an element it resides on, we wanted to preserve the styles zui-base-styles
provides, hence the need to add the second set of selectors chained with .zui
.
FAQs
## Installation
The npm package @zywave/zui-base-styles receives a total of 2 weekly downloads. As such, @zywave/zui-base-styles popularity was classified as not popular.
We found that @zywave/zui-base-styles demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.