node-react 18.2.0+dfsg+~cs87.59.26-1 source package in Ubuntu

Changelog

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

  * Team upload
  * Install react-reconciler
  * Embed @types/react-reconciler and repack
  * Update lintian overrides

 -- Israel Galadima <email address hidden>  Thu, 07 Sep 2023 17:15:56 +0000

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-react_18.2.0+dfsg+~cs87.59.26-1.dsc 5.7 KiB b713fbb27d89b01d6bf5c8a2d692f7680476acbd8b3590587fc8f5a7fa1a2dbe
node-react_18.2.0+dfsg+~cs87.59.26.orig-react-shallow-renderer.tar.xz 15.5 KiB 418792ae4492634eace923f7acd2bb338b8ae3f5ea1d1a6cec8f877c4d089d69
node-react_18.2.0+dfsg+~cs87.59.26.orig-types-react-dom.tar.xz 7.3 KiB e3680fab554bfc2d091f0134bdc6478e7dc19e6bbdb407a306faf8a8317af91a
node-react_18.2.0+dfsg+~cs87.59.26.orig-types-react-is.tar.xz 2.5 KiB 15102f8b9db5ec60919ad57fdddfe40ef8240e2aa7892e2acbd7faab13e85f1d
node-react_18.2.0+dfsg+~cs87.59.26.orig-types-react-reconciler.tar.xz 11.4 KiB 9d722a720e159531b39e3a041337cd6b8d7cdaa5b17892aad06839234b84e2fb
node-react_18.2.0+dfsg+~cs87.59.26.orig-types-react-test-renderer.tar.xz 3.0 KiB 4b3222cfcecf517947fb2d85dea4fde24ac5deaa043e9cfa50381a2ea3640c08
node-react_18.2.0+dfsg+~cs87.59.26.orig-types-react.tar.xz 27.9 KiB d879f324db26e2557f0f4007314cafe8181c4f28c531a93651ffd9ae9bc6ee7d
node-react_18.2.0+dfsg+~cs87.59.26.orig-types-scheduler.tar.xz 3.0 KiB 384f836e74d8bc42158e3ed168b78d610c0ea49dbabb63a13cf666148b29b2f6
node-react_18.2.0+dfsg+~cs87.59.26.orig.tar.xz 4.1 MiB 94982f29b9505676b5196eae9ba658209ec3dd04af38509ebdf36d17407725d8
node-react_18.2.0+dfsg+~cs87.59.26-1.debian.tar.xz 52.7 KiB ca2122595cd55269ee3f774bba6b7701b4be4b1f15b465ff469af8c52cf1343b

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.