node-react-lifecycles-compat 3.0.4+~cs3.0.1-2 source package in Ubuntu

Changelog

node-react-lifecycles-compat (3.0.4+~cs3.0.1-2) unstable; urgency=medium

  [ Yadd ]
  * Team upload
  * Trim trailing whitespace.
  * Add ctype=nodejs to component(s)
  * Drop useless debian/install

  [ Roland Mas ]
  * Source-only upload with Yadd's changes, for migration to
    testing. Thanks Yadd!

 -- Roland Mas <email address hidden>  Wed, 20 Apr 2022 17:53:28 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-react-lifecycles-compat_3.0.4+~cs3.0.1-2.dsc 2.6 KiB 732f719d8e1e13d6fdbb59e71d3cc43c55d16b855e3489140c2e001d11e0413c
node-react-lifecycles-compat_3.0.4+~cs3.0.1.orig-types.tar.gz 1.5 KiB 3f7105d8eeae6e9b9dfcb0e4274924a54fb74b3c977af4f5398833bc82e5803b
node-react-lifecycles-compat_3.0.4+~cs3.0.1.orig.tar.gz 5.9 KiB 4e063ff3ccfa89ef3ee748e2a6c107b8ad48c96c7add226522464580623c9ae5
node-react-lifecycles-compat_3.0.4+~cs3.0.1-2.debian.tar.xz 2.6 KiB d0efa4fa7b4024b8cfd6c7d5f887efaee31ed82f91def4596c8e7d0bb9149690

No changes file available.

Binary packages built by this source

node-react-lifecycles-compat: Backwards compatibility polyfill for React class components

 React version 17 will deprecate several of the class component API
 lifecycles: componentWillMount, componentWillReceiveProps, and
 componentWillUpdate. A couple of new lifecycles are also being added
 to better support async rendering mode.
 .
 Typically, this type of change would require third party libraries to
 release a new major version in order to adhere to semver. However,
 the react-lifecycles-compat polyfill offers a way to use the new
 lifecycles with older versions of React as well (0.14.9+) so no
 breaking release is required. This enables shared libraries to
 support both older and newer versions of React simultaneously.
 .
 Node.js is an event-based server-side JavaScript engine.