Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 4, 2024 via pnpm

react-transition-group 4.4.5

A react component toolset for managing animations
Package summary
Share
0
issues
2
licenses
12
MIT
1
BSD-3-Clause
Package created
9 Dec 2016
Version published
1 Aug 2022
Maintainers
3
Total deps
13
Direct deps
6
License
BSD-3-Clause

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
12 Packages, Including:
@babel/runtime@7.24.5
csstype@3.1.3
dom-helpers@5.2.1
js-tokens@4.0.0
loose-envify@1.4.0
object-assign@4.1.1
prop-types@15.8.1
react-dom@18.3.1
react-is@16.13.1
react@18.3.1
regenerator-runtime@0.14.1
scheduler@0.23.2

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
react-transition-group@4.4.5
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

6
All Dependencies CSV
β“˜ This is a list of react-transition-group 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
@babel/runtime7.24.5256.12 kBMIT
prod
dom-helpers5.2.125.94 kBMIT
prod
loose-envify1.4.02.78 kBMIT
prod
prop-types15.8.122.12 kBMIT
prod
react-dom18.3.14.3 MBMIT
prod peer
react18.3.1310.65 kBMIT
prod peer

Visualizations

Frequently Asked Questions

What does react-transition-group do?

React-Transition-Group is a JavaScript library specifically designed to manage the states of React components over time. It serves as a set of components that manage mounting and unmounting of components, crafted with animation in mind. It addresses many issues that have come up over time, improving on the original React addons, react-addons-transition-group and react-addons-css-transition-group.

How do you use react-transition-group?

To use React-Transition-Group, you need to install it into your project first. You can do this by running the following command in your command line terminal:

npm install @types/react-transition-group

Then, clone the repository into your local development project:

git@github.com:reactjs/react-transition-group.git

Don't forget to run npm install or yarn, depending on your preference, to install the necessary node_modules. To view the examples of usage, run npm run storybook. This command starts a Storybook instance in your browser where you can see specific usage examples for the library.

Please note that TypeScript definitions are published via DefinitelyTyped, allowing you to keep your coding strongly typed if you are using TypeScript.

Where are the react-transition-group docs?

Comprehensive documentation for React-Transition-Group is hosted on https://reactcommunity.org/react-transition-group/. Other than the basic usage and API information, the documentation also provides a migration guide from the original v1 version, enabling a smooth transition between versions. Alternatively, you can access the documentation directly on GitHub on the project's main page.