[ 源代码: node-react ]
软件包:node-react(18.2.0+dfsg+~cs87.31.26-4)
node-react 的相关链接
Debian 的资源:
下载源码包 node-react:
- [node-react_18.2.0+dfsg+~cs87.31.26-4.dsc]
- [node-react_18.2.0+dfsg+~cs87.31.26.orig-react-shallow-renderer.tar.xz]
- [node-react_18.2.0+dfsg+~cs87.31.26.orig-types-react-dom.tar.xz]
- [node-react_18.2.0+dfsg+~cs87.31.26.orig-types-react-is.tar.xz]
- [node-react_18.2.0+dfsg+~cs87.31.26.orig-types-react-test-renderer.tar.xz]
- [node-react_18.2.0+dfsg+~cs87.31.26.orig-types-react.tar.xz]
- [node-react_18.2.0+dfsg+~cs87.31.26.orig-types-scheduler.tar.xz]
- [node-react_18.2.0+dfsg+~cs87.31.26.orig.tar.xz]
- [node-react_18.2.0+dfsg+~cs87.31.26-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [reactjs.org]
相似软件包:
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 有关的软件包
|
|
|
|
-
- dep: node-loose-envify
- Replace Node.js environment variables with plain strings