node-react 18.2.0+dfsg+~cs88.72.123-1 source package in Ubuntu

Changelog

node-react (18.2.0+dfsg+~cs88.72.123-1) unstable; urgency=medium

  * Team upload
  * New upstream version 18.2.0+dfsg+~cs88.72.123
    (update typescript declarations)

 -- Yadd <email address hidden>  Fri, 19 Apr 2024 07:05:53 +0400

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-react_18.2.0+dfsg+~cs88.72.123-1.dsc 5.7 KiB 39ae707144e8a538728fc055d95fa47f753def629c09d470f495308572e81924
node-react_18.2.0+dfsg+~cs88.72.123.orig-react-shallow-renderer.tar.xz 15.5 KiB 418792ae4492634eace923f7acd2bb338b8ae3f5ea1d1a6cec8f877c4d089d69
node-react_18.2.0+dfsg+~cs88.72.123.orig-types-react-dom.tar.xz 8.6 KiB ef0d6714bb601ddda07f19fab334125011dac1c3a14e46211b755a9c0d501d23
node-react_18.2.0+dfsg+~cs88.72.123.orig-types-react-is.tar.xz 2.4 KiB b5c77bddc3e582569172a9a9286d8a473d0cd24a4367aa50427cfce853c0b7ee
node-react_18.2.0+dfsg+~cs88.72.123.orig-types-react-reconciler.tar.xz 11.2 KiB 015efb8ebeb481463d17d741f15f368f422c2648d394700146768b9f9ed39506
node-react_18.2.0+dfsg+~cs88.72.123.orig-types-react-test-renderer.tar.xz 3.0 KiB 2808364d727d53b1126d5afc6e8518b50ae9e9832b60c96806e3646adacf71f9
node-react_18.2.0+dfsg+~cs88.72.123.orig-types-react.tar.xz 35.2 KiB d3797626f6ff456537cb65d33fcba006dbea08e669e8a25b264509b27acc2c2a
node-react_18.2.0+dfsg+~cs88.72.123.orig-types-scheduler.tar.xz 1.9 KiB 9c8fc76602d1fcb2f44183cade0340f639efff1e10a952afe475193c9d706646
node-react_18.2.0+dfsg+~cs88.72.123.orig.tar.xz 4.1 MiB 94982f29b9505676b5196eae9ba658209ec3dd04af38509ebdf36d17407725d8
node-react_18.2.0+dfsg+~cs88.72.123-1.debian.tar.xz 52.8 KiB 674961cbd1c7220aa3f520c80e02667e261ebcfd497ecb82dd8c99d4a6992ffe

No changes file available.

Binary packages built by this source

node-eslint-plugin-react-hooks: node-react plugin for eslint

 node-react is a library for building JavaScript user interfaces.
 .
 This package provides an eslint plugin for React.

node-jest-react: node-jest matchers and utilities for testing React Test Renderer

 node-react is a library for building JavaScript user interfaces.
 .
 This package provides matchers and utilities for node-jest.

node-react: Node.js library for building user interfaces

 node-react is a library for building JavaScript user interfaces.
 .
 Some features of React:
  * Declarative: React makes it painless to create interactive UIs. Design
    simple views for each state in your application, and React will efficiently
    update and render just the right components when your data changes.
    Declarative views make your code more predictable, simpler to understand,
    and easier to debug.
  * Component-Based: Build encapsulated components that manage their own state,
    then compose them to make complex UIs. Since component logic is written in
    JavaScript instead of templates, you can easily pass rich data through your
    app and keep state out of the DOM.
  * Learn Once, Write Anywhere: it doesn't make assumptions about the rest of
    the technology stack, so you can develop new features in React without
    rewriting existing code. React can also render on the server using Node and
    power mobile apps using React Native.
 .
 This package installs the ReactJS library for Node.js.

node-react-dom: node-react library to serve as the entry point to the DOM

 node-react is a library for building JavaScript user interfaces.
 .
 This package provides a library to serve as the entry point to the DOM and
 server renderers for node-react. It is intended to be paired with the generic
 node-react package.

node-react-is: JavaScript library to test if a value is a React.js element

 node-react is a library for building JavaScript user interfaces.
 .
 This package allows one to test arbitrary values and see if they're a
 particular React element type.

node-react-reconciler: Experimental package for creating custom React renderers

 node-react is a library for building JavaScript user interfaces.
 .
 This is an experimental package for creating custom React renderers.

node-react-refresh: React.js library to integrate Fast Refresh into bundlers

 node-react is a library for building JavaScript user interfaces.
 .
 This package implements the wiring necessary to integrate Fast Refresh into
 bundlers. Fast Refresh is a feature that lets you edit React components in
 a running application without losing their state. It is similar to an old
 feature known as "hot reloading", but Fast Refresh is more reliable and
 officially supported by React.
 .
 This package is primarily aimed at developers of bundler plugins.

node-react-shallow-renderer: Shallow renderer for testing ReactJS modules

 When writing unit tests for React, shallow rendering can be helpful.
 Shallow rendering permits one to render a component "one level deep" and
 assert facts about what its render method returns, without worrying about
 the behavior of child components, which are not instantiated or rendered.
 This does not require a DOM.

node-react-test-renderer: Experimental React renderer to be used to render React components to pure JavaScript objects

 node-react is a library for building JavaScript user interfaces.
 .
 This package provides an experimental React renderer that can be used to
 render React components to pure JavaScript objects, without depending on the
 DOM or a native mobile environment.
 .
 Essentially, this package makes it easy to grab a snapshot of the "DOM tree"
 rendered by a React DOM or React Native component without using a browser or
 node-jsdom.

node-scheduler: JavaScript library for cooperative scheduling in a browser environment

 node-react is a library for building JavaScript user interfaces.
 .
 This package provides a library for cooperative scheduling in a browser
 environment. It is currently used internally by node-react.