
Security News
Insecure Agents Podcast: Certified Patches, Supply Chain Security, and AI Agents
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.
The library for reactive programming using efficient computing and MVC/MVVM patterns
The energy for reactive programming with MVC/MVVM patterns
The library provides components for programming with reactive state and effects using MVC/MVVM design patterns.
Core components include Atoms (stores), Signals (event emitters), Scopes and Effects (subscriptions), which form an efficient computation graph.
Additionally, the library includes an MVC/MVVM feature, that provides building blocks for programming Controllers for a business layer and View Models for a presentation layer. Controllers and view models can be extended using other features in an optional way.
Other parts of the library include integrations with third-party tools and frameworks. At the moment the following are supported:
All of these integrations are optional and can be used independently.
The core and MVC components are framework-agnostic and can be used by web and server applications, libraries and CLI tools.
Nrgy is the all-in-one package with optional dependencies for particular integrations.
npm install nrgy
Install additional dependencies according to the following table:
| Import | Dependencies | Command |
|---|---|---|
nrgy | No dependencies | |
nrgy/mvc | No dependencies | |
nrgy/mvc-react | React.js | npm i react |
nrgy/react | React.js | npm i react |
nrgy/ditox | Ditox.js | npm i ditox |
nrgy/ditox-react | Ditox.js, React.js | npm i ditox react |
nrgy/rx-effects | RxJS, RxEffects | npm i rx-effects |
nrgy/rxjs | RxJS | npm i rxjs |
nrgy/rxjs-react | RxJS, React.js | npm i rxjs react |
Find more docs at https://nrgy.js.org
FAQs
The library for reactive programming using efficient computing and MVC/MVVM patterns
The npm package nrgy receives a total of 6 weekly downloads. As such, nrgy popularity was classified as not popular.
We found that nrgy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.

Security News
The planned feature introduces a review step before releases go live, following the Shai-Hulud attacks and a rocky migration off classic tokens that disrupted maintainer workflows.