![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.
react-performant-collapsible
Advanced tools
A performant React.js Collapsible component.
It doesn't repaint at all during the collapse/expand animation:
npm i react-performant-collapsible
or
yarn add react-performant-collapsible
or
pnpm i react-performant-collapsible
Prop Name | Type | Required | Note |
---|---|---|---|
className | String | false | className for the wrapper element |
style | Object | false | style for the wrapper element |
maskColor | String | false | background color for the mask element |
animationDuration | String | false | how long does the collapse/expand animation take. format is like 1s or 400ms , same as CSS property transition-duration |
animationTimingFunction | String | false | format is like linear or cubic-bezier(.29, 1.01, 1, -0.68) , same as CSS property transition-timing-function |
collapsible | Boolean | true | is currently collapsed or not |
children | React Node | true |
maskColor
used for?Sometimes if the background color is not white, you need to set the maskColor
to match the background color, e.g.
<div style={{background: 'red'}}>
<Collapsible collapsible={state.collapsible} maskColor="red">
{ someChildren }
</Collapsible>
</div>
FAQs
A performant React.js Collapsible component
The npm package react-performant-collapsible receives a total of 63 weekly downloads. As such, react-performant-collapsible popularity was classified as not popular.
We found that react-performant-collapsible 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.