![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.
@perfective/common
Advanced tools
The code provided by this project relies on the strict TypeScript compiler checks.
Use of these packages in the regular JS projects may produce unexpected behavior and is undocumented.
For example,
a function that declares an argument as required relies on strict TSC null
checks
and does not check value for null
additionally.
Read the full README in the repository.
npm install @perfective/common
@perfective/common/array
— functions to work with the
Array
class.@perfective/common/boolean
— functions to work with the
Boolean
values.@perfective/common/error
— functions to work with the
Error
and related classes.@perfective/common/function
— functions and types for functional programming and logical operations.@perfective/common/match
— functions to support a functional switch-case.@perfective/common/maybe
— Maybe type implementation.@perfective/common/number
— functions and types to work with the real numbers.@perfective/common/object
— functions to work with the
Object
class.@perfective/common/promise
— functions to work with the
Promise
class.@perfective/common/string
— functions to work with the
String
class.Developer documentation is available in the docs.html
file distributed as a part of this package.
This package starts its versioning from 0.7.0
,
as it continues versioning after the deprecated packages:
@perfective/array
(v0.4.0
);@perfective/error
(v0.3.0
);@perfective/fp
(v0.6.0
);@perfective/identity
(v0.2.0
);@perfective/match
(v0.3.0
);@perfective/maybe
(v0.6.0
);@perfective/object
(v0.4.0
);@perfective/real
(v0.6.0
);@perfective/string
(v0.3.0
);@perfective/value
(v0.3.0
).FAQs
Common types and functions for perfective development in TypeScript
The npm package @perfective/common receives a total of 1 weekly downloads. As such, @perfective/common popularity was classified as not popular.
We found that @perfective/common demonstrated a not healthy version release cadence and project activity because the last version was released 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.